Skip to content
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

Update Tracer API with instrumentation version #802

Merged
merged 7 commits into from
Jun 9, 2020

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Jun 9, 2020

Add option to the Provider.Tracer method to specify the instrumentation version and updates the global, noop, opentracing bridge, and default SDK implementations.

This does not propagate the instrumentation library version to the exported span. That is left for a follow-on PR.

Part of #630

Add option to the `Provider.Tracer` method to specify the
instrumentation version.

Update the global, noop, opentracing bridge, and default SDK
implementations.

This does not propagate the instrumentation library version to the
exported span. That is left for a follow-on PR.
This is for the next PR.
@MrAlias MrAlias added pkg:API Related to an API package pkg:SDK Related to an SDK package area:trace Part of OpenTelemetry tracing labels Jun 9, 2020
@MrAlias MrAlias added this to the Implement v0.4.0 Specification milestone Jun 9, 2020
@MrAlias MrAlias self-assigned this Jun 9, 2020
api/trace/api.go Show resolved Hide resolved
If the instrumentation library name is empty and the default
instrumentation is uses, include the SDK version.
sdk/trace/provider.go Outdated Show resolved Hide resolved
@jmacd jmacd merged commit a98bb97 into open-telemetry:master Jun 9, 2020
@MrAlias MrAlias deleted the inst-ver branch June 9, 2020 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:trace Part of OpenTelemetry tracing pkg:API Related to an API package pkg:SDK Related to an SDK package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants