You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
Currently the rancher_stack_health_status and rancher_service_* metrics both have a name.
In some cases it's a stack name and sometimes a service name.
It would be nice to have a more consistent naming of labels. I advise to rename the labels to stack_name and service_name.
What do you think about that?
Agree @marcbachmann something I only really appreciated once the exporter was published.
The problem we would have is that metric names have quite an impact when changed, this exporters had over 1m pulls on docker hub surprisingly so i'd be hesitant to introduce such a breaking change.
Currently the
rancher_stack_health_status
andrancher_service_*
metrics both have aname
.In some cases it's a stack name and sometimes a service name.
It would be nice to have a more consistent naming of labels. I advise to rename the labels to
stack_name
andservice_name
.What do you think about that?
Here's how my metric relabel config looks like:
The text was updated successfully, but these errors were encountered: