Merge branch 'promtail-init-modify' of kazu634/itamae into master
This commit is contained in:
commit
a5b9a41124
|
@ -245,7 +245,7 @@ scrape_configs:
|
||||||
|
|
||||||
pipeline_stages:
|
pipeline_stages:
|
||||||
- match:
|
- match:
|
||||||
selector: '{job="init"} |~ "(apt download|Message of the Day)"'
|
selector: '{job="init"} |~ "(apt|Message of the Day|Temporary Directories)"'
|
||||||
stages:
|
stages:
|
||||||
- template:
|
- template:
|
||||||
source: level
|
source: level
|
||||||
|
@ -255,7 +255,7 @@ scrape_configs:
|
||||||
level:
|
level:
|
||||||
|
|
||||||
- match:
|
- match:
|
||||||
selector: '{job="init"} !~ "(apt download|Message of the Day)"'
|
selector: '{job="init"} !~ "(apt|Message of the Day|Temporary Directories)"'
|
||||||
stages:
|
stages:
|
||||||
- template:
|
- template:
|
||||||
source: level
|
source: level
|
||||||
|
|
Loading…
Reference in New Issue