-
Notifications
You must be signed in to change notification settings - Fork 893
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
Conflicting information on Resource / Instrumentation Library #614
Comments
I think the SDK trace spec is just out of date and should be rewritten as you suggest. |
I think your suggestion is correct @mwear |
For the current state, updating the outdated SDK trace spec with your suggestion would be correct. If I got the discussion on open-telemetry/opentelemetry-proto#150 right, however, there is a motion to revert OTEP-83 by removing |
@arminru I would focus to fix the current state for the moment. |
@bogdandrutu Of course. Just wanted to mention it so it's less likely to be overlooked. |
Conflicting information on Resource / Instrumentation Library
The SDK Resource Spec states:
My interpretation is that the Resource assigned to the TracerProvider, will remain static for the lifetime of the application. Tracers returned by the provider will also reference this Resource as will Spans created by the Tracers.
My confusion comes from the SDK Trace spec which states:
OTEP-83 added the Instrumentation Library concept, and I thought that the name and version described above belong to the Instrumentation Library, not as another Resource.
Should the SDK trace spec be updated to say:
or do we need to represent this information both as a Resource and an Instrumentation Resource?
The text was updated successfully, but these errors were encountered: