Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Disable auto create db for influx
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-hb committed Apr 3, 2020
1 parent f1fa908 commit 6577e43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6577e43

Please sign in to comment.