eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
19 stars 18 forks source link

Update to current versions of OpenTelemetry SDK and semantic conventions #194

Closed pdudits closed 5 months ago

pdudits commented 5 months ago

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.