Search the documentation
6 pages for otel_exporter_otlp_protocol.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Hosting the Agent SDK
Claude Code CLI · in the page
agent-sdk/hosting
…ACES_EXPORTER=otlp OTEL_METRICS_EXPORTER=otlp OTEL_LOGS_EXPORTER=otlp OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf OTEL_EXPORTER_OTLP_ENDPOINT=http://collector.example.com:4318 ``` Prompt text and tool…
Observability with OpenTelemetry
Claude Code CLI · in the page
agent-sdk/observability
…ORTER": "otlp", # Standard OTLP transport configuration. "OTEL_EXPORTER_OTLP_PROTOCOL": "http/protobuf", "OTEL_EXPORTER_OTLP_ENDPOINT": "http://collector.example.com:4318", "OT…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…TRACES_EXPORTER=otlp` * `OTEL_EXPORTER_OTLP_ENDPOINT=<public_url>` * `OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf` The pushed endpoint is built from the public URL, so metrics and logs need no OTEL con…
Monitoring
Claude Code CLI · in the page
monitoring-usage
…onsole, none # 3. Configure OTLP endpoint (for OTLP exporter) export OTEL_EXPORTER_OTLP_PROTOCOL=grpc export OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 # 4. Set authentication (if required) e…
Claude Code settings
Claude Code CLI · in the page
settings
…ODE_ENABLE_TELEMETRY": "1", "OTEL_METRICS_EXPORTER": "otlp", "OTEL_EXPORTER_OTLP_PROTOCOL": "http/protobuf" }, "companyAnnouncements": [ "Welcome to Acme Corp! Review our code guidelin…
Example settings files
Claude Code CLI · in the page
settings-example
…LE_TELEMETRY": "1", "OTEL_METRICS_EXPORTER": "otlp", "OTEL_EXPORTER_OTLP_PROTOCOL": "grpc", "OTEL_EXPORTER_OTLP_ENDPOINT": "http://collector.example.com:4317" }, "h…