You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Supports metrics fetching from all resource with one scrape (automatic service d
10
10
11
11
Configuration (except Azure connection) of this exporter is made entirely in Prometheus instead of a seperate configuration file, see examples below.
12
12
13
+
WARNING: LogAnalytics metrics are deprecated, please migrate to [azure-loganalytics-exporter](https://github.com/webdevops/azure-loganalytics-exporter)
14
+
13
15
Configuration
14
16
-------------
15
17
@@ -65,7 +67,7 @@ HTTP Endpoints
65
67
|`/probe/metrics/resource`| Probe metrics for one resource (see `azurerm_resource_metric`) |
66
68
|`/probe/metrics/list`| Probe metrics for list of resources (see `azurerm_resource_metric`) |
67
69
|`/probe/metrics/scrape`| Probe metrics for list of resources and config on resource by tag name (see `azurerm_resource_metric`) |
68
-
|`/probe/loganalytics/query`| Probe metrics from LogAnalytics query (see `azurerm_loganalytics_query_result`)|
70
+
|`/probe/loganalytics/query`|**deprecated**Probe metrics from LogAnalytics query (see `azurerm_loganalytics_query_result`) |
69
71
70
72
71
73
#### /probe/metrics/resource parameters
@@ -125,8 +127,9 @@ HTTP Endpoints
125
127
126
128
*Hint: Multiple values can be specified multiple times or with a comma in a single value.*
WARNING: LogAnalytics metrics are deprecated, please migrate to [azure-loganalytics-exporter](https://github.com/webdevops/azure-loganalytics-exporter)
130
133
131
134
| GET parameter | Default | Required | Description |
0 commit comments