Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.224 Home All releases olderv2.1.223 v2.1.225newer

Runner collects metrics from its child sessions and re-exports them

Use it now
Useful3 Signal4
Self-Hosted Runner Notable

Set OTEL_METRICS_EXPORTER=prometheus and child sessions report through the runner, giving one scrape target per machine.

OTEL_METRICS_EXPORTER
What

The runner's health server accepts OTLP/JSON metrics on POST /v1/metrics and merges them into its own /metrics output, labelled with session_id and client_platform. When capacity is above 1 and you have set OTEL_METRICS_EXPORTER=prometheus, child sessions are automatically pointed at http://127.0.0.1:<health-port>/v1/metrics instead, so one scrape target covers the whole machine.

Details
  • Requests from any address other than loopback get 403. Bodies over 1 MiB get 413.
  • Child metric names that collide with the runner's own claude_code_self_hosted_runner_ prefix are dropped.
  • A session's series are swept from the output when that session ends.
Evidence

OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.224 →