You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aside from providing a base level of functionality for exploring build metrics via the UI, we should expose build metrics to a time series database like prometheus so that users can roll their own dashboards.
The text was updated successfully, but these errors were encountered:
so i did a little research on this and it seems like you can configure grafana to pull from a graphql api pretty easily https://grafana.com/grafana/plugins/retrodaredevil-wildgraphql-datasource/ , so the quickest and most extensible way to implement this would be graphql queries that will let us expose the data we need. we should come up with a series of questions we want to answer about builds and write queries that will help us answer those question. first things that come to mind are things like,
builds
aside from providing a base level of functionality for exploring build metrics via the UI, we should expose build metrics to a time series database like prometheus so that users can roll their own dashboards.
The text was updated successfully, but these errors were encountered: