We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposal:
Currently the database uptime is included in the output to SHOW DIAGNOSTICS, but is not included in the /debug/vars endpoint output.
SHOW DIAGNOSTICS
/debug/vars
Current behavior:
Uptime is not included in the /debug/vars output.
Desired behavior:
Uptime will be included in the /debug/vars output. Here are the vars from SHOW DIAGNOSTICS:
name: system PID currentTime started uptime --- ----------- ------- ------ 8850 2017-01-20T00:30:30.417981478Z 2017-01-20T00:30:21.130836519Z 9.287145055s
Use case:
If uptime was exposed, Kapacitor could be used to monitor when the InfluxDB process crashes or restarts.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request
Proposal:
Currently the database uptime is included in the output to
SHOW DIAGNOSTICS
, but is not included in the/debug/vars
endpoint output.Current behavior:
Uptime is not included in the
/debug/vars
output.Desired behavior:
Uptime will be included in the
/debug/vars
output. Here are the vars from SHOW DIAGNOSTICS:Use case:
If uptime was exposed, Kapacitor could be used to monitor when the InfluxDB process crashes or restarts.
The text was updated successfully, but these errors were encountered: