Hive Hive
Sign in

Grafana data source 0.1.0

Metadata
Source
GitHub
Version
grafana-datasource@0.1.0
Published
Jun 15, 2026 · 10:05 UTC
Repository
tuist/tuist
Update

The first release of the Tuist Grafana data source plugin is now available. You can connect Grafana directly to your Tuist server and visualize how long builds and tests take over time, helping you track CI optimization trends.

  • Query build and test duration as time series. The plugin exposes average, p50, p90, and p99 durations across a selected time range, with automatic bucket sizing and server-side caching.
  • Filter dashboards by project, environment (CI or local), scheme, and configuration. Project and environment filters work as dashboard variables, so a single dashboard can cover every project your account token can access.
  • Secure setup. Configure the plugin with your Tuist server URL and an account token. The token is stored securely on the Grafana backend and never sent to the browser.
  • New server-side metrics endpoints power the plugin, returning duration percentiles and project, scheme, and configuration lookup data that feed the query editor and template variables.

This is the initial 0.1.0 release of the plugin.