Grok Build Observability & Monitoring with OpenTelemetry XAI's terminal coding agent Grok Build now supports full observability via OpenTelemetry, emitting metrics and structured events that can be monitored in SigNoz. The integration requires setting the GROK_EXTERNAL_OTEL master switch and an exporter, with metrics covering token usage, turns, tool calls, errors, and startup timings. SigNoz provides a Metrics Explorer and Logs Explorer to visualize these signals, enabling teams to track token spend, model usage, tool adoption, and failure reasons. What is Grok Build Observability? Grok Build https://github.com/xai-org/grok-build is xAI's terminal coding agent. It ships its own OpenTelemetry exporter, so instrumenting it is a matter of configuration: there is no library to install and no collector to run. Once enabled, it emits metrics covering token usage, turns, tool calls, errors, and startup timings, plus a stream of structured events for each session. With full Grok Build observability in SigNoz, you can see how much your team is spending in tokens and on which models, which tools the agent actually reaches for, how often turns fail and why, and where startup time is going. Prerequisites - SigNoz setup choose one : SigNoz Cloud account https://signoz.io/teams/ with an active ingestion key- Self-hosted SigNoz instance - Grok Build installed. See the xAI installation guide https://docs.x.ai/build/overview - A SuperGrok subscription or an XAI API KEY Monitor Grok Build with OpenTelemetry Grok Build's telemetry is a double opt-in. The GROK EXTERNAL OTEL master switch and at least one exporter must both be set, since either alone emits nothing. Step 1: Launch Grok Build with telemetry enabled export GROK EXTERNAL OTEL=1 export OTEL METRICS EXPORTER=otlp export OTEL LOGS EXPORTER=otlp export OTEL EXPORTER OTLP PROTOCOL=http/protobuf export OTEL EXPORTER OTLP ENDPOINT="https://ingest.