Skip to content

[OTEL] Update the OTEL Autointrumentation to the recent version. #4974

@aivinog1

Description

@aivinog1

Problem Statement

So, I'm using Setry's OTEL Java agent and exporting telemetry (logs, metrics, traces) to the OTEL collector. Right now, the instrumentation lib has a pretty old version:

otelInstrumentation = "2.17.0"
otelInstrumentationAlpha = "2.17.0-alpha"

But I need this commit: open-telemetry/opentelemetry-java-instrumentation@31b8a88 to be included in the Java agent.

So, I think it would be nice to see regular updates (Dependabot's like?) on the dependency libs.

As I can see, I can use the agentless version instead and manage the dependencies by myself, but it looks a little bit ugly (I need to hack the internals of the Sentry) and I'm not exactly sure that this is possible.

Solution Brainstorm

So, update the version of the dependencies.
And I would like to see regular updates of the dependencies.

Metadata

Metadata

Assignees

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions