Skip to content

Commit

Permalink
Update Influx metrics prop names (Boot 3.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Aug 12, 2024
1 parent be08425 commit 8c2b07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/docker-compose/docker-compose-influxdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- |
SPRING_APPLICATION_JSON=
{
"management.metrics.export.influx":{
"management.influx.metrics.export":{
"enabled":true,
"db":"myinfluxdb",
"uri":"http://influxdb:8086"
Expand All @@ -29,4 +29,3 @@ services:
container_name: grafana
ports:
- '3000:3000'

3 changes: 1 addition & 2 deletions src/templates/docker-compose/docker-compose-influxdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- |
SPRING_APPLICATION_JSON=
{
"management.metrics.export.influx":{
"management.influx.metrics.export":{
"enabled":true,
"db":"myinfluxdb",
"uri":"http://influxdb:8086"
Expand All @@ -29,4 +29,3 @@ services:
container_name: grafana
ports:
- '3000:3000'

0 comments on commit 8c2b07f

Please sign in to comment.