From 6577e43f201eeae53ec1561b94785a27bc20efc6 Mon Sep 17 00:00:00 2001 From: Steve Hb Date: Fri, 3 Apr 2020 20:35:35 +0200 Subject: [PATCH] Disable auto create db for influx --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cd84dfa..57a08c0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,3 +7,5 @@ management.metrics.export.influx.password=${INFLUX_PASSWORD} management.metrics.export.influx.step=${INFLUX_STEP} management.metrics.export.influx.uri=${INFLUX_URI} management.metrics.web.server.auto-time-request=true +management.metrics.export.influx.auto-create-db=false +management.metrics.export.influx.compressed=true