Commit 43968343 by songxiang

修改监控influx数据库地址

parent ed806017
...@@ -29,7 +29,7 @@ spring: ...@@ -29,7 +29,7 @@ spring:
filtersNew: config filtersNew: config
metrics: metrics:
influx: influx:
uri: http://192.168.83.241:8086/write uri: http://192.168.89.200:8086/write
step: PT10S step: PT10S
db: ${spring.application.name} db: ${spring.application.name}
enabled: true enabled: true
......
...@@ -29,7 +29,7 @@ spring: ...@@ -29,7 +29,7 @@ spring:
filtersNew: config filtersNew: config
metrics: metrics:
influx: influx:
uri: http://192.168.83.241:8086/write uri: http://192.168.89.200:8086/write
step: PT10S step: PT10S
db: ${spring.application.name} db: ${spring.application.name}
enabled: false enabled: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment