Skip to content

Commit 7257726

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 0cf6b37 commit 7257726

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,16 @@ Global metrics
4949

5050
| Metric | Description |
5151
|--------------------------------------|--------------------------------------------------------------------------------|
52-
| `azure_loganalytics_query_time` | Summary metric about query execution time (incl. all subqueries) |
53-
| `azure_loganalytics_query_results` | Number of results from query |
54-
| `azure_loganalytics_query_requests` | Count of requests (eg paged subqueries) per query |
52+
| `azure_loganalytics_query_time` | Summary metric about query execution time (incl. all subqueries) |
53+
| `azure_loganalytics_query_results` | Number of results from query |
54+
| `azure_loganalytics_query_requests` | Count of requests (eg paged subqueries) per query |
5555

5656

5757
Example
5858
-------
5959

60+
for examples of result processing can be found within [azure-resourcegraph-expoter](https://github.com/webdevops/azure-resourcegraph-exporter) (uses same processing library)
61+
6062
Config file:
6163
```
6264
queries:

0 commit comments

Comments
 (0)