Describe the bug
Starting docker-agent with OpenTelemetry tracing enabled is failing with the following warning:
msg="Failed to initialize OpenTelemetry SDK" error="failed to create resource: conflicting Schema URL: https://opentelemetry.io/schemas/1.40.0 and https://opentelemetry.io/schemas/1.37.0"
Version affected
docker-agent version v1.44.0
How To Reproduce
- Execute
docker-agent models --otel --debug
- Look at the file
~/.cagent/cagent.debug.log
- There is a
WARN log entry with the message mentioned above
Expectation
- No warning
- OpenTelemetry tracing works
Screenshots
n/a
OS and Terminal type
macOS Tahoe 26.4 / iTerm2
Additional context
n/a
Describe the bug
Starting docker-agent with OpenTelemetry tracing enabled is failing with the following warning:
msg="Failed to initialize OpenTelemetry SDK" error="failed to create resource: conflicting Schema URL: https://opentelemetry.io/schemas/1.40.0 and https://opentelemetry.io/schemas/1.37.0"Version affected
docker-agent version v1.44.0How To Reproduce
docker-agent models --otel --debug~/.cagent/cagent.debug.logWARNlog entry with the message mentioned aboveExpectation
Screenshots
n/a
OS and Terminal type
macOS Tahoe 26.4 / iTerm2
Additional context
n/a