Skip to main content

Monitoring

Talos exposes Prometheus metrics, OpenTelemetry tracing, and health endpoints.

Edition differences

Both editions record business-logic metrics in-process: counters for keys created, verified, revoked, and rotated, plus cache hit and miss counters. The editions differ in what they expose and which signals they collect:

FeatureOSSCommercial
In-process metric collectionYesYes
/metrics scrape endpoint (port 4422)NoYes
/health/alive and /health/ready (main port 4420)YesYes
/health/alive and /health/ready (metrics port 4422)YesYes
OpenTelemetry trace export (otlp exporter)NoYes

The OSS edition doesn't register a /metrics route or export traces. To scrape metrics or ship traces to a collector, use the commercial edition. Health endpoints work in both editions on both ports.