openebs / monitoring

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

[fix] Changed the cStor relabelling criteria to remove ; in the pool names #47

Closed Ab-hishek closed 3 years ago

Ab-hishek commented 3 years ago

This PR fixes the following case: Display name for pool name and pool cluster is prefixed with ;

The separator used was empty string but that somehow is not getting applied. Therefore for now changed the separator from empty string to " "(blank space) just so the UI gets improved for the users. Blank space looks better than a ';'.