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
It is my understanding that the "otherkey" should get put on the labels of the histogram record, as they should get merged, but that's not the case it seems? The service name does propagate as I can see it in prometheus as the "exported job". If I comment out the SemanticResourceAttribute.SERVICE_NAME, I get unkown_service:node as the exported job.
Do I misunderstand that those properties of the resource should get merged in each of the individual metric records?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I create a resource like this:
and later on record something on an histogram:
It is my understanding that the
"otherkey"
should get put on the labels of the histogram record, as they should get merged, but that's not the case it seems? The service name does propagate as I can see it in prometheus as the "exported job". If I comment out the SemanticResourceAttribute.SERVICE_NAME, I getunkown_service:node
as the exported job.Do I misunderstand that those properties of the resource should get merged in each of the individual metric records?
Beta Was this translation helpful? Give feedback.
All reactions