Merge pull request #7688 from DDDHuang/disable_p_s

fix: prometheus & statsd default config: disable
This commit is contained in:
DDDHuang 2022-04-20 18:45:07 +08:00 committed by GitHub
commit e87fb3d9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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