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
I am using honeycomb classic and OTEL v0.88 and I have been trying to set the dataset header using resource attribute service.name but its not working for me.
If I cant upgrade from honeycomb classic how would I in essence use the data in the processor to set the header in the exporter.
the second excerpt returns dataset as resource.attributes["service.name"]-metrics and the first one returns -metrics and therefore I cannot dynamically set the header.
The text was updated successfully, but these errors were encountered:
Component(s)
No response
Describe the issue you're reporting
I am using honeycomb classic and OTEL v0.88 and I have been trying to set the dataset header using resource attribute service.name but its not working for me.
If I cant upgrade from honeycomb classic how would I in essence use the data in the processor to set the header in the exporter.
This is the code I have now:
and
the second excerpt returns dataset as
resource.attributes["service.name"]-metrics
and the first one returns-metrics
and therefore I cannot dynamically set the header.The text was updated successfully, but these errors were encountered: