mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
docs/vmagent.md: typo fix in __meta_kubernetes_annotation_prometheus_io_tenant label name
It must be __meta_kubernetes_pod_annotation_prometheus_io_tenant
This commit is contained in:
parent
310779d8b5
commit
ceb158c5bb
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ scrape_configs:
|
|||
- kubernetes_sd_configs:
|
||||
- role: pod
|
||||
relabel_configs:
|
||||
- source_labels: [__meta_kubernetes_annotation_prometheus_io_tenant]
|
||||
- source_labels: [__meta_kubernetes_pod_annotation_prometheus_io_tenant]
|
||||
target_label: __tenant_id__
|
||||
```
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@ scrape_configs:
|
|||
- kubernetes_sd_configs:
|
||||
- role: pod
|
||||
relabel_configs:
|
||||
- source_labels: [__meta_kubernetes_annotation_prometheus_io_tenant]
|
||||
- source_labels: [__meta_kubernetes_pod_annotation_prometheus_io_tenant]
|
||||
target_label: __tenant_id__
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue