Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

fix tidb conf format #1314

Merged
merged 1 commit into from
Jul 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions conf/tidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ log:

status:
# TiDB status host.
# status-host = "0.0.0.0"
# status-host: "0.0.0.0"

# Prometheus pushgateway address, leaves it empty will disable prometheus push.
# TiDB status port.
# status-port = 10080
# status-port: 10080

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

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

performance:
# Max CPUs to use, 0 use number of CPUs in the machine.
Expand Down