[BUG] Monitoring not working since v1.0.111

Resolved 💬 3 comments Opened Sep 15, 2025 by l0ui3 Closed Sep 16, 2025

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

After upgrade to v1.0.111, Claude Code stop to send out the metrics. Also tested with v1.0.112, v1.0.113

My ~/.claude/settings.json

{
    "env": {
        "CLAUDE_CODE_ENABLE_TELEMETRY": "1",
        "OTEL_METRICS_EXPORTER": "otlp,console",
        "OTEL_LOGS_EXPORTER": "otlp",
        "OTEL_EXPORTER_OTLP_ENDPOINT": "http://alloy.localhost:4317",
        "OTEL_EXPORTER_OTLP_PROTOCOL": "grpc",
        "OTEL_METRIC_EXPORT_INTERVAL": "10000"
    }
}

Downgrade to v1.0.110 could make it work again.

What Should Happen?

Claude Code should have sent out the metrics to OTEL collector and console.

Error Messages/Logs

No error message found

Steps to Reproduce

  1. Enable monitoring by adding variables to ~/.claude/settings.json
{
    "env": {
        "CLAUDE_CODE_ENABLE_TELEMETRY": "1",
        "OTEL_METRICS_EXPORTER": "console",
        "OTEL_METRIC_EXPORT_INTERVAL": "10000"
    }
}
  1. Open Claude Code and prompt anything
  2. Normally we should see some logs on console, but instead there's none.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

1.0.110

Claude Code Version

1.0.113

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗