Merge branch 'promtail-init-modify' of kazu634/itamae into master

This commit is contained in:
Kazuhiro MUSASHI 2020-09-22 23:56:24 +09:00 committed by Gitea
commit a5b9a41124
1 changed files with 2 additions and 2 deletions

View File

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