fix: prometheus & statsd default config: disable
This commit is contained in:
parent
1dc9ddeac7
commit
cc200cf03f
|
@ -4,5 +4,5 @@
|
|||
prometheus {
|
||||
push_gateway_server = "http://127.0.0.1:9091"
|
||||
interval = "15s"
|
||||
enable = true
|
||||
enable = false
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
##--------------------------------------------------------------------
|
||||
|
||||
statsd {
|
||||
enable = true
|
||||
enable = false
|
||||
server = "127.0.0.1:8125"
|
||||
sample_time_interval = "10s"
|
||||
flush_time_interval = "10s"
|
||||
|
|
Loading…
Reference in New Issue