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

Commit

Permalink
Merge pull request #49 from E-Edu/issue/48
Browse files Browse the repository at this point in the history
Disable auto create db for influx
  • Loading branch information
steve-hb authored Apr 3, 2020
2 parents f1fa908 + 6577e43 commit ecb4d23
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 ecb4d23

Please sign in to comment.