Specify the YYYY-MM-DD more explicitly.
This commit is contained in:
parent
6d19ebf31b
commit
529d9adb7c
|
@ -20,7 +20,7 @@ scrape_configs:
|
||||||
|
|
||||||
pipeline_stages:
|
pipeline_stages:
|
||||||
- match:
|
- match:
|
||||||
selector: '{job="digdag"} !~ "^[0-9]+-[0-9]+-[0-9]+"'
|
selector: '{job="digdag"} !~ "^[0-9]{4}-[0-9]{2}-[0-9]{2}"'
|
||||||
action: drop
|
action: drop
|
||||||
|
|
||||||
- match:
|
- match:
|
||||||
|
|
Loading…
Reference in New Issue