OTEL_RESOURCE_ATTRIBUTES variables #605
Unanswered
isma3ilovich
asked this question in
Q&A
Replies: 3 comments 2 replies
-
@isma3ilovich - Thank you for trying out opentelemetry-cpp. The necessary sdk changes to inject resources to exporters is under review (#580) for some design discussions. Please check the status of this in couple of weeks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@lalitb Thank your for your reply. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@isma3ilovich - Just to let you know, this support has been added now (#706). You can either use the latest build or the release v0.6.0 (due next week ). |
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.
-
Hello,
I want to add service name and version using OTEL_RESOURCE_ATTRIBUTES ,i set the value using export
export OTEL_RESOURCE_ATTRIBUTES="service.name=my-service,service.version=v1.0"
but it isn’t detected by SDK. How i can add these attributes ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions