Skip to content

Commit 0fd9183

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <[email protected]>
1 parent c397d90 commit 0fd9183

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TOC:
1616
+ [Metric name template system](#metric-name-template-system)
1717
- [default template](#default-template)
1818
- [template `{name}_{metric}_{unit}`](#template-name_metric_unit)
19-
- [template `{name}_{metric}_{unit}_{aggregation}`](#template-name_metric_unit_aggregation)
19+
- [template `{name}_{metric}_{aggregation}_{unit}`](#template-name_metric_aggregation_unit)
2020
* [HTTP Endpoints](#http-endpoints)
2121
+ [/probe/metrics/resource parameters](#probemetricsresource-parameters)
2222
+ [/probe/metrics/list parameters](#probemetricslist-parameters)
@@ -29,6 +29,7 @@ TOC:
2929
## Features
3030

3131
- Uses of official [Azure SDK for go](https://github.com/Azure/azure-sdk-for-go)
32+
- Supports all Azure environments (Azure public cloud, Azure governmant cloud, Azure china cloud, ...) via Azure SDK configuration
3233
- Caching of Azure ServiceDiscovery to reduce Azure API calls
3334
- Caching of fetched metrics (no need to request every minute from Azure Monitor API; you can keep scrape time of `30s` for metrics)
3435
- Customizable metric names (with [template system with metric information](#metric-name-template-system))
@@ -37,8 +38,9 @@ TOC:
3738
- Ability to fetch metrics from resources found with ServiceDiscovery via [Azure resources API based on $filter](https://docs.microsoft.com/de-de/rest/api/resources/resources/list) with configuration inside Azure resource tags (see `/probe/metrics/scrape`)
3839
- Configuration based on Prometheus scraping config or ServiceMonitor manifest (Prometheus operator)
3940
- Metric manipulation (adding, removing, updating or filtering of labels or metrics) can be done in scraping config (eg [`metric_relabel_configs`](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs))
40-
- Full metric [dimension support](#dimension-support)
41+
- Full metric [dimension support](#virtualnetworkgateway-connections-dimension-support)
4142
- Docker image is based on [Google's distroless](https://github.com/GoogleContainerTools/distroless) static image to reduce attack surface (no shell, no other binaries inside image)
43+
- Available via Docker Hub and Quay (see badges on top)
4244
- Can run non-root and with readonly root filesystem, doesn't need any capabilities (you can safely use `drop: ["All"]`)
4345
- Publishes Azure API rate limit metrics (when exporter sends Azure API requests)
4446

0 commit comments

Comments
 (0)