Merge pull request #214 from thisisamurray/patch-1

Yaml typo for seriesFilters example
This commit is contained in:
Sergiusz Urbaniak 2019-07-22 16:57:27 +02:00 committed by GitHub
commit 03bc47e9fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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