-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding resource to TracerProvider #334
Comments
A summary of Tl;DR: Current proposal is to:
A very messy solution can be seen in this PR: #590 (previous version: #580) For context/comparison the previous proposal from @lalitb:
This is under the assumption that the new proposal leads to less copying of data which would be the primary performance concern. I'm not 100% confident having seen the prototype implementation, but I think we should be able to work out the kinks and it gives us a lot of flexibility going forward. |
Hi, Wondering if there's any priority to get this fixed? I'm using the library to record to elasticsearch but currently my service get recorded as "unknown" which is terrible for readability and might also collide if we add more CPP services... |
@apmcasai - Yes this is on priority for us, and we are working to add it sooner. |
OpenTelemetry Resource SDK spec mentioned associating resource to
TraceProvider
, which seems missing the current TracerProvider implementation. Actually it seems resource is not implemented yet.The text was updated successfully, but these errors were encountered: