Skip to content

Commit

Permalink
config: correct the explanation of status and metrics. (#13024) (#16179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored Apr 13, 2020
1 parent dc54c5d commit 9526a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ report-status = true
# TiDB status port.
status-port = 10080

# Prometheus pushgateway address, leaves it empty will disable prometheus push.
# Prometheus pushgateway address, leaves it empty will disable push to pushgateway.
metrics-addr = ""

# Prometheus client push interval in second, set \"0\" to disable prometheus push.
# Prometheus client push interval in second, set \"0\" to disable push to pushgateway.
metrics-interval = 15

[performance]
Expand Down

0 comments on commit 9526a7c

Please sign in to comment.