← Back to Tech Stack
Tech Stack

Observability

OpenTelemetry traces, metrics, and structured logs out of the box.

OTLP exporter

[telemetry]
enabled  = true
exporter = "otlp"
endpoint = "http://localhost:4317"
service  = "iris-agent"

Prometheus scrape

# Exposed at :9090/metrics
iris_tasks_total{status="ok"}      1287
iris_tasks_total{status="error"}     14
iris_sandbox_spawn_seconds_bucket  ...