Server 1.211.0 adds build and test duration metrics you can query directly and feed into Grafana.
-
New metrics API endpoints expose time-bucketed duration percentiles (average, p50, p90, p99) for builds and tests across any date range. You can filter by project, scheme, configuration, and environment (CI or local). Results are returned as Unix timestamps with durations in milliseconds, and the server auto-picks hourly, daily, or monthly buckets based on the range.
-
The new official Tuist Grafana data source plugin connects those endpoints to your dashboards. You can add project and environment template variables, select schemes and configurations per panel, and use the same filters already available on the builds page. The plugin stores your account token securely on the server side so it supports Grafana alerting.
Docker image: ghcr.io/tuist/tuist:1.211.0