Monitor your Superglue usage with Prometheus-compatible metrics
Enterprise Feature — Metrics & telemetry is only available in Superglue Cloud Enterprise
plans. This feature is not included in the open source version.
Superglue exposes organization-scoped runtime metrics via a Prometheus text exposition endpoint. Use these to build dashboards, SLOs, and alerts for your Superglue usage.
Auth: Authorization: Bearer <SUPERGLUE_API_KEY> Format: Prometheus text exposition (text/plain; version=0.0.4)
OpenTelemetry users: Superglue exposes metrics in Prometheus format. To integrate with an
OpenTelemetry stack, use an OpenTelemetry Collector Prometheus
receiver
and export via OTLP to your backend.
# HELP superglue_runs_total Total number of finished runs (org-scoped).# TYPE superglue_runs_total countersuperglue_runs_total{status="success",source="api"} 12superglue_runs_total{status="failed",source="scheduler"} 3# HELP superglue_run_duration_seconds_p95 p95 run duration over a trailing window (org-scoped).# TYPE superglue_run_duration_seconds_p95 gaugesuperglue_run_duration_seconds_p95{source="frontend",window="300s"} 1.23