Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

OTLP metric datapoints are now aggregated by attribute set

OTLP metric exports now merge datapoints that share the same attributes instead of sending one row each

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.273,
Under the hood

OTLP metric exports now merge datapoints that share the same attributes instead of sending one row each

What

When Claude Code exports metrics using OTLP (OpenTelemetry Protocol, a standard format for sending metrics to monitoring systems), datapoints that share the same set of attributes are now grouped together and their numeric values summed into a single row, using the most recent timestamp among them. Previously, each raw datapoint was emitted as its own separate row.

Why

This reduces the number of redundant rows sent to monitoring systems and gives a cleaner, aggregated view of metrics that share the same attributes.

See this entry in the whole of v2.1.273 →

Feedback