fix: prometheus & statsd default config: disable

This commit is contained in:
DDDHuang 2022-04-20 16:30:46 +08:00
parent 1dc9ddeac7
commit cc200cf03f
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
prometheus { prometheus {
push_gateway_server = "http://127.0.0.1:9091" push_gateway_server = "http://127.0.0.1:9091"
interval = "15s" interval = "15s"
enable = true enable = false
} }

View File

@ -3,7 +3,7 @@
##-------------------------------------------------------------------- ##--------------------------------------------------------------------
statsd { statsd {
enable = true enable = false
server = "127.0.0.1:8125" server = "127.0.0.1:8125"
sample_time_interval = "10s" sample_time_interval = "10s"
flush_time_interval = "10s" flush_time_interval = "10s"