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
API improvement
As mentioned in GreptimeTeam/dashboard#159 , it would be nice to have an overview of cluster status, including:
These information will be reporting to meta via heartbeats, and exposed via frontend HTTP API, say /v1/self/status
/v1/self/status
No response
The text was updated successfully, but these errors were encountered:
Is this issue open for community contributor? @sunng87
Sorry, something went wrong.
I think we are approaching an alternative solution for this in #2921 and #2931 . You might be interested in one of those tasks.
I'm closing this because we are going to implement this with sql and table data from information schema.
fengys1996
No branches or pull requests
What type of enhancement is this?
API improvement
What does the enhancement do?
As mentioned in GreptimeTeam/dashboard#159 , it would be nice to have an overview of cluster status, including:
These information will be reporting to meta via heartbeats, and exposed via frontend HTTP API, say
/v1/self/status
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: