Ignore `rclone` error messages.

This commit is contained in:
Kazuhiro MUSASHI 2020-12-06 12:28:23 +09:00
parent 660420b10b
commit 6d19ebf31b
1 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,11 @@ scrape_configs:
action: drop action: drop
- match: - match:
selector: '{job="digdag"} |~ "^[0-9]+-[0-9]+-[0-9]+"' selector: '{job="digdag"} |~ "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} ERROR"'
action: drop
- match:
selector: '{job="digdag"} !~ "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} ERROR"'
stages: stages:
- regex: - regex: