mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Yaml typo for seriesFilters example
Missing `-` in order to make seriesFilters an array.
This commit is contained in:
parent
3e6d59813b
commit
571fb936bc
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