Ignore `apt` and `Temporary Directories`.
This commit is contained in:
parent
ffffb05627
commit
ae827106cf
|
@ -245,7 +245,7 @@ scrape_configs:
|
|||
|
||||
pipeline_stages:
|
||||
- match:
|
||||
selector: '{job="init"} |~ "(apt download|Message of the Day)"'
|
||||
selector: '{job="init"} |~ "(apt|Message of the Day|Temporary Directories)"'
|
||||
stages:
|
||||
- template:
|
||||
source: level
|
||||
|
@ -255,7 +255,7 @@ scrape_configs:
|
|||
level:
|
||||
|
||||
- match:
|
||||
selector: '{job="init"} !~ "(apt download|Message of the Day)"'
|
||||
selector: '{job="init"} !~ "(apt|Message of the Day|Temporary Directories)"'
|
||||
stages:
|
||||
- template:
|
||||
source: level
|
||||
|
|
Loading…
Reference in New Issue