thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

Fixes #158 - Adds singlestats for nodes down #161

Closed arodrime closed 3 years ago

arodrime commented 4 years ago

WIP:

v1: Single Stats panels. As we cannot define a dynamic threshold for formatting single stats, I work around showing a percentage of the nodes up/dow + a singlestat with the real number of nodes and a graphPanel with the history.

Maybe an image will help here:

Up and down nodes

I think that's an improvement on what we currently have. Yet I'm not satisfied.

v2: I'm considering to search a plugin to have a nicer view of nodes up and down. That would make user life easier and that would look nicer as well 🙂. I'm considering https://grafana.com/grafana/plugins/grafana-polystat-panel but I did not have the time to test it (before I add it to grafonnet lib and all that stuff if we like it...)

arodrime commented 3 years ago

This is no longer relevant with use of MCAC #173 .