openebs / monitoring

OpenEBS Monitoring add-on. A set of Grafana, Prometheus, and alert manager plugins.
Apache License 2.0
31 stars 20 forks source link

cStor Volume Replica Dashboard is displaying information about cStor volumes and not it's replicas. #50

Closed Ab-hishek closed 3 weeks ago

Ab-hishek commented 3 years ago

cStor volume replica dashboard has a replicas variable which gets its value from the following query: "label_values(openebs_replica_status{cstor_pool="$Pool"}, vol)". But this query only returns the volume name of the replicas and not exactly the individual replicas. However, the metric: openebs_replica_status contains separate rows for each replica but has the vol label same for the replicas that belong to the same volume.

Currently, there is no cStor metric available that could help us identify the individual replicas. Therefore the dashboard seems inconsistent with its naming and definition. All the panels inside this dashboard for eg: replica status, replica rebuild count and others defeats the purpose of visualising each replicas as a separate indentity.

avishnu commented 3 weeks ago

This issue is no longer applicable as CStor has now been deprecated.