From e564bc58479f3a7764d087adb30791922bab1183 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 11 May 2021 12:27:45 +0100 Subject: [PATCH] increased query lookback delta Signed-off-by: Mark --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 5f6cd4c..5a9c459 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -62,6 +62,7 @@ if [ ${THANOS_MODE} == "query" ]; then /bin/thanos query \ --store.unhealthy-timeout=1m \ --http-address="0.0.0.0:9090" \ + --query.lookback-delta=1d \ ${STORE_ARGS} elif [ ${THANOS_MODE} == "store" ]; then /bin/thanos store \