@@ -85,18 +85,20 @@ uses Azure service discovery to find all workspaces in one or multiple subscript
8585| ` filter ` | | no | no | Advanced filter for ` resource \| {filter} \| project id, customerId=properties.customerId ` ResoruceGraph query (available with ` 23.6.0 ` ) |
8686| ` cache ` | | no | no | Use of internal metrics caching (time.Duration) |
8787| ` 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 |
8889
8990## Global metrics
9091
9192available on ` /metrics `
9293
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 |
100102
101103### AzureTracing metrics
102104
0 commit comments