GitHub Copilot CLI Telemetry in Beacon | Asymptote

What is GitHub Copilot CLI?

Copilot CLI support is intentionally customer-managed at launch-environment level. Beacon validates the OTLP endpoint and normalizes the telemetry it receives.

Collection path: MDM-managed OTLP HTTP

Authoritative date: May 24, 2026 from v0.0.24 in the Beacon CLI changelog.

How Beacon reads GitHub Copilot CLI

Teams configure COPILOT_OTEL_ENABLED=true and OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:4318 through MDM or policy. Beacon validates the endpoint and filters noisy operational metrics by default.

The result is normalized into Beacon's endpoint event schema so security teams can investigate activity by harness, repository, session, user, model, command, file, tool, MCP server, or approval context where the runtime exposes those fields.

Telemetry coverage

What you can do now

Get started

  1. Set COPILOT_OTEL_ENABLED=true in the Copilot CLI launch environment.
  2. Set OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:4318.
  3. Run beacon endpoint status to confirm telemetry state.

Source references