@@ -85,18 +85,20 @@ uses Azure service discovery to find all workspaces in one or multiple subscript
85
85
| ` filter ` | | no | no | Advanced filter for ` resource \| {filter} \| project id, customerId=properties.customerId ` ResoruceGraph query (available with ` 23.6.0 ` ) |
86
86
| ` cache ` | | no | no | Use of internal metrics caching (time.Duration) |
87
87
| ` parallel ` | ` $LOGANALYTICS_PARALLEL ` | no | no | Number (int) of how many workspaces can be queried at the same time |
88
+ | ` optional ` | ` false ` | no | no | Do not fail, if service discovery did not find any workspaces |
88
89
89
90
## Global metrics
90
91
91
92
available on ` /metrics `
92
93
93
- | Metric | Description |
94
- | ---------------------------------------------| --------------------------------------------------------------------------------|
95
- | ` azure_loganalytics_status ` | Status if query was successfull (per workspace, module, metric) |
96
- | ` azure_loganalytics_last_query_successfull ` | Timestamp of last successfull query (per workspace, module, metric) |
97
- | ` azure_loganalytics_query_time ` | Summary metric about query execution time (incl. all subqueries) |
98
- | ` azure_loganalytics_query_results ` | Number of results from query |
99
- | ` azure_loganalytics_query_requests ` | Count of requests (eg paged subqueries) per query |
94
+ | Metric | Description |
95
+ | ---------------------------------------------| ---------------------------------------------------------------------|
96
+ | ` azure_loganalytics_status ` | Status if query was successfull (per workspace, module, metric) |
97
+ | ` azure_loganalytics_last_query_successfull ` | Timestamp of last successfull query (per workspace, module, metric) |
98
+ | ` azure_loganalytics_query_time ` | Summary metric about query execution time (incl. all subqueries) |
99
+ | ` azure_loganalytics_query_results ` | Number of results from query |
100
+ | ` azure_loganalytics_query_requests ` | Count of requests (eg paged subqueries) per query |
101
+ | ` azure_loganalytics_workspace_query_count ` | Count of discovered workspaces per module |
100
102
101
103
### AzureTracing metrics
102
104
0 commit comments