Ignore go metrics
This commit is contained in:
parent
b264e5cbcc
commit
8e977edba1
1 changed files with 10 additions and 0 deletions
|
@ -1,9 +1,19 @@
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: telegraf
|
- job_name: telegraf
|
||||||
|
metric_relabel_configs:
|
||||||
|
- source_labels: [__name__]
|
||||||
|
regex: go_.+
|
||||||
|
action: drop
|
||||||
|
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- telegraf:9273
|
- telegraf:9273
|
||||||
- job_name: traefik
|
- job_name: traefik
|
||||||
|
metric_relabel_configs:
|
||||||
|
- source_labels: [__name__]
|
||||||
|
regex: go_.+
|
||||||
|
action: drop
|
||||||
|
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 10.23.2.3:8080 # grimes
|
- 10.23.2.3:8080 # grimes
|
||||||
|
|
Loading…
Reference in a new issue