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 to current versions of OpenTelemetry SDK and semantic conventions #193

Closed
wants to merge 1 commit into from

Conversation

pdudits
Copy link
Contributor

@pdudits pdudits commented Jun 18, 2024

Fixes #192.

As discussed on yesterday's call we'll upgrade reference versions of OpenTelemetry java and Semantic Conventions spec to latest releases.

Situation is little bit more complicated than straight version change because:

  • instrumentation APIs went to version 2.0 past switch of semantic conventions
  • Java artifact for Semantic Concentions 1.26.0 is not yet released

Therefore we now explicitly depend on the BOM of OpenTelemetry Java SDK, and on annotations of current latest release which is 2.5.0. This version is also used for javadoc link.

@pdudits pdudits requested review from brunobat and donbourne June 18, 2024 11:56
@pdudits pdudits closed this Jun 18, 2024
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.

Update to latest version of OpenTelemetry API and SDK available at time of release
1 participant