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
If two metrics are defined with same metric name, unit, and type but with different descriptions then only the last description is used. This case is possible if we want to define metrics with different attributes or condition criteria. See steps to reproduce for examples.
Steps to Reproduce
Define signal to metrics connector with the following configuration:
The above config should produce the metric with resource.foo resource attribute having description "Metric with resource.foo attribute" and the metric with resource.bar resource attribute having description "Metric with resource.bar attribute".
Actual Result
Metrics with both resource.foo as well as resource.bar attributes have the same description: "Metric with resource.bar attribute".