Metric Units & Descriptions #5986
Unanswered
paulevanmr
asked this question in
Q&A
Replies: 1 comment 2 replies
-
For upto NET OTEL SDK > OTEL Collector, unit, description are part of. Beyond that, you can consult Elastic/Kibana experts. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When registering my instrument I am adding a unit and a description and my expectation would be that somewhere within the metric payload it contains these values however that is not the case.
For context: my setup is:
.NET OTEL SDK > OTEL Collector > Elastic APM > Elasticsearch > Visualised in Kibana
Below is an example payload coming out of one of my applications (I've redacted a few values so ignore the X's).
No where in here does it mention a unit or description. Looking at the payload I would expect it maybe somewhere here:
I haven't found anything in the documentation that specifically states the unit / description should or shouldn't be part of the payload, but I don't see why it would be there if it wasn't intended to be?
Beta Was this translation helpful? Give feedback.
All reactions