dotdc / grafana-dashboards-kubernetes

A set of modern Grafana dashboards for Kubernetes.
Apache License 2.0
2.63k stars 368 forks source link

[enhancement] add temperature #119

Closed ncasaux closed 2 months ago

ncasaux commented 2 months ago

Describe the enhancement you'd like

Hello!

First, thanks for those nice dashboards! 👍

I think it could be usefull to have some temperature info. I personnaly used it with some Raspberry Pi CM4, and temperature is something you need to take care of! 😉

I would like to have it on the "Global" view so that temperature of all the nodes could appear simultaneously, but I understand also that it's node specific, hence that would make sense to be on the "Node" dashboard.

What do you think ?

Additional context

No response

dotdc commented 2 months ago

Hi @ncasaux,

Thank you for the kind words! While I don't have specific statistics, I believe that most users are running on managed Kubernetes from cloud providers, or at least in virtualized environments where temperature isn't a major concern. With that in mind, I believe that temperature panels might not bring much value to the project. If you have any thoughts or data that suggest otherwise, feel free to share them here.

Did you check if the node-exporter-full dashboard includes what you're looking for? (or another community dashboard) If not, you can still create your own dashboard and alerting rules to cover your use-case.

Let me know.

ncasaux commented 2 months ago

Hi @dotdc,

Thanks for you response, I totally understand your point.

Indeed, the node-exporter-full dashboard has this statistics already in the "Hardware Misc" section. I may try to create my own dashboard or maybe use some k3s/Pi community dashboards! 😉

dotdc commented 2 months ago

Great, feel free to fork! Closing the issue.