-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: correct the explanation of status-host #13315
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -135,12 +135,12 @@ cluster-ssl-key = "" | |||||
# If enable status report HTTP service. | ||||||
report-status = true | ||||||
|
||||||
# TiDB status host. | ||||||
status-host = "0.0.0.0" | ||||||
|
||||||
## status-host is the HTTP address for reporting the internal status of a TiDB server, for example: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
## API for prometheus: http://${status-host}:${status_port}/metrics | ||||||
## API for pprof: http://${status-host}:${status_port}/debug/pprof | ||||||
# TiDB status host. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually We should explain more about the |
||||||
status-host = "0.0.0.0" | ||||||
|
||||||
# TiDB status port. | ||||||
status-port = 10080 | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment is not only for the status-host but also for status-port.