Skip to main content

Claude Code Open Telemetry Direct Setup Integration

Claude Code Open Telemetry Direct Setup Integration. This document outlines the configuration required to push settings to all developers via the Claude admin console. Before You Begin. Prerequisites…

Claude Code Open Telemetry Direct Setup Integration


This document outlines the configuration required to push settings to all developers via the Claude admin console.

Before You Begin

Prerequisites

  • Requires a Claude for Teams or Enterprise plan and an Owner or Primary Owner role. You must get your org key from TargetBoard.
  1. Go to claude.ai → Admin Settings → Claude Code → Managed settings
  2. Copy the following code block and edit accordingly:
    1. Replace <org key> with your organization key provided by TargetBoard
    2. Replace <org name> with your company name
  3. Paste the edited code into the managed settings text
  4. Click on update settings
  5. The settings are pushed automatically to all developers in your organization
{
            "env": {
              "CLAUDE_CODE_ENABLE_TELEMETRY":"1",
              "OTEL_EXPORTER_OTLP_ENDPOINT":"https://otel.targetboard.ai/otlp",
              "OTEL_EXPORTER_OTLP_HEADERS":"x-tb-otel-key=<org key>",
              "OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE":"cumulative",
              "OTEL_EXPORTER_OTLP_PROTOCOL":"http/protobuf",
              "OTEL_LOGS_EXPORTER":"otlp",
              "OTEL_METRICS_EXPORTER":"otlp",
              "OTEL_RESOURCE_ATTRIBUTES":"organization.name=<org name>",
              "OTEL_TRACES_EXPORTER":"otlp"
            }
          }

How did we do?

Zendesk Integration

Ashby Integration

Contact