You can now set standard OpenTelemetry compression and per-signal protocol variables and have them respected.
What's wrong with this entry?
The list of environment variables Claude Code recognises now covers OTLP compression and per-signal protocol and temporality settings, so telemetry exporters can be configured with the standard OpenTelemetry names.
- Added names include
OTEL_EXPORTER_OTLP_COMPRESSION,OTEL_EXPORTER_OTLP_LOGS_COMPRESSION,OTEL_EXPORTER_OTLP_TRACES_COMPRESSION,OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCEandOTEL_EXPORTER_OTLP_TRACES_PROTOCOL.
OTEL_EXPORTER_OTLP_TRACES_COMPRESSION
Strings lifted out of the shipped bundle, so the claim above can be checked against them.