mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #214 from thisisamurray/patch-1
Yaml typo for seriesFilters example
This commit is contained in:
commit
03bc47e9fb
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ For example:
|
||||||
# match all cAdvisor metrics that aren't measured in seconds
|
# match all cAdvisor metrics that aren't measured in seconds
|
||||||
seriesQuery: '{__name__=~"^container_.*_total",container_name!="POD",namespace!="",pod_name!=""}'
|
seriesQuery: '{__name__=~"^container_.*_total",container_name!="POD",namespace!="",pod_name!=""}'
|
||||||
seriesFilters:
|
seriesFilters:
|
||||||
isNot: "^container_.*_seconds_total"
|
- isNot: "^container_.*_seconds_total"
|
||||||
```
|
```
|
||||||
|
|
||||||
Association
|
Association
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue