mirror of
https://github.com/fosrl/newt.git
synced 2026-03-27 04:56:41 +00:00
fix(prometheus): clarify instructions regarding scraping the Collector
This commit is contained in:
@@ -7,7 +7,7 @@ scrape_configs:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['otel-collector:8889']
|
- targets: ['otel-collector:8889']
|
||||||
|
|
||||||
# optional: Kardinalität begrenzen
|
# optional: limit metric cardinality
|
||||||
relabel_configs:
|
relabel_configs:
|
||||||
- action: labeldrop
|
- action: labeldrop
|
||||||
regex: 'tunnel_id'
|
regex: 'tunnel_id'
|
||||||
|
|||||||
Reference in New Issue
Block a user