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