If I’m querying a metric with a label component, I cannot use that label in my alert labels, even if they have different meanings.
Grafana emits a warning: level=warn msg="Evaluation result contains either reserved labels or labels declared in the rules. Those labels from the result will be ignored" labels="component=broker"
I don’t want to create a different label name for the alerts just to avoid clashing with a random metric we happen to have.
In the example above, component means the internal component of that specific software. While at the alert level, component means that specific software as part of a much bigger stack.
Any advice on how to handle this?