Skip to content

Add OpenTelemetry tracing support via OTLP exporter#138

Open
xrl wants to merge 2 commits intomainfrom
claude/add-opentelemetry-support-AixH8
Open

Add OpenTelemetry tracing support via OTLP exporter#138
xrl wants to merge 2 commits intomainfrom
claude/add-opentelemetry-support-AixH8

Conversation

@xrl
Copy link
Copy Markdown
Contributor

@xrl xrl commented Mar 13, 2026

Enable exporting trace spans to an OpenTelemetry collector by setting
OTEL_EXPORTER_OTLP_ENDPOINT. Uses the existing tracing subscriber
infrastructure with a new tracing-opentelemetry layer, so all existing
poem::middleware::Tracing HTTP spans and log events are automatically
exported. Service name defaults to "cheminee" but can be overridden
with OTEL_SERVICE_NAME. No-op when the env var is unset.

https://claude.ai/code/session_01ENv2N61w4p5t3ShbmwwZcN

claude added 2 commits March 13, 2026 00:01
Enable exporting trace spans to an OpenTelemetry collector by setting
OTEL_EXPORTER_OTLP_ENDPOINT. Uses the existing tracing subscriber
infrastructure with a new tracing-opentelemetry layer, so all existing
poem::middleware::Tracing HTTP spans and log events are automatically
exported. Service name defaults to "cheminee" but can be overridden
with OTEL_SERVICE_NAME. No-op when the env var is unset.

https://claude.ai/code/session_01ENv2N61w4p5t3ShbmwwZcN
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.

2 participants