mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +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
|
||||
seriesQuery: '{__name__=~"^container_.*_total",container_name!="POD",namespace!="",pod_name!=""}'
|
||||
seriesFilters:
|
||||
isNot: "^container_.*_seconds_total"
|
||||
- isNot: "^container_.*_seconds_total"
|
||||
```
|
||||
|
||||
Association
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue