Make sure that the collector attempts to correctly communicate with webapp container, even when running in dedicated container (and triggered manually).
fixes cron schedule to run daily.
added instructions for dedicated containers.
This commit is contained in:
Jason Kulatunga
2020-09-18 09:23:39 -06:00
parent 458eaf2726
commit 266c95f857
5 changed files with 30 additions and 13 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ resultSinks:
jobs:
MetricsJob:
cmd: /scrutiny/bin/scrutiny-collector-metrics run --api-endpoint ${SCRUTINY_API_ENDPOINT:-http://localhost:8080}
cmd: /scrutiny/bin/scrutiny-collector-metrics run
# run daily at midnight.
time: '0 0 * * *'
time: '0 0 0 * * *'
onError: Backoff
notifyOnSuccess:
- *filesystemSink