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