Skip to content
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

[Feature] Add node label for server health row #18

Open
StopMotionCuber opened this issue Sep 19, 2024 · 1 comment
Open

[Feature] Add node label for server health row #18

StopMotionCuber opened this issue Sep 19, 2024 · 1 comment

Comments

@StopMotionCuber
Copy link

When using this dashboard, I'm frequently in a situation where I would like to know which node a specific instance of the database is currently running on. This is easily inspected when doing some k8s debugging, but it would be good to have that on the dashboard directly.

I've implemented it on my end, and it looks like this:
image

To get everything still into a single line, I've removed some of the space from the gauge as well as the instance field. I'm doing a table query on kube_pod_info{namespace=~"$namespace",pod=~"$instances"} to fetch the information and displaying the node in the stats panel. I wanted to try submitting a PR for that, but when saving the panel I got ~900 changes, as .json is just not the best format for collaborative work. So would be nice if someone of the maintainers could consider adding this to the dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@StopMotionCuber and others