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

Split out instrumentation-api-semconv #5721

Merged

Conversation

mateuszrzeszutek
Copy link
Member

Resolves #5600

I moved all the semantic conventions related stuff, and also classes that didn't look like they belong in a stable module (yet)

@mateuszrzeszutek mateuszrzeszutek requested a review from a team as a code owner March 31, 2022 12:48
Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe move LoggingContextConstants to api-semconv also since trace_id, span_id, trace_flags constants are still marked experimental https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/overview.md#trace-context-in-legacy-formats

@trask trask merged commit 5fb2261 into open-telemetry:main Apr 1, 2022
@mateuszrzeszutek mateuszrzeszutek deleted the instrumentation-api-semconv branch April 4, 2022 08:07
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
* Split out instrumentation-api-semconv

* fix tests

* Moved LoggingContextConstants to semconv module too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split instrumentation-api into "core" and "semconv" artifacts
2 participants