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
Hi,
In the opentelemtry specifications, it is indicated that independent attributes can be attached to each data point: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#metric-points.
However I don't see how to do it because when I add attributes like this: counter->Add(1, {{"foo", 2}}) , the attributes are attached to the time serie and I get a different curve for each differente attributes in Grafana for example.
Did I miss something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
In the opentelemtry specifications, it is indicated that independent attributes can be attached to each data point: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#metric-points.
However I don't see how to do it because when I add attributes like this:
counter->Add(1, {{"foo", 2}})
, the attributes are attached to the time serie and I get a different curve for each differente attributes in Grafana for example.Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions