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
An alternative approach is to automate the creation of an easier-to-parse data archive. For example mybinder.org does this with repository launches at:
choldgraf
changed the title
Display historical hub usage data as a heatmap over time by using Prometheus
Display historical hub usage data as a heatmap over time by using Prometheus data
Apr 4, 2024
Currently, we directly query each hub's metrics for Daily / Weekly / Monthly active users. We can then display this as a snapshot in time.
It would be much more insightful and actionable if we could track the trends in usage over time. This would let us:
It could also be a way to provide this information to communities (e.g., via a MyST site similar to https://2i2c.org/kpis).
In particular this would be useful in fundraising efforts where we want to show off the growth of the service, so I'm attaching it to:
Implementation
@yuvipanda has described how to use PromQL to grab Prometheus data from our clusters/hubs in this HackMD. It is being tracked in this issue:
Ideal metrics to track over time:
Ideally we'd have this data indefinitely.
Inspiration
An alternative approach is to automate the creation of an easier-to-parse data archive. For example mybinder.org does this with repository launches at:
https://archive.analytics.mybinder.org/
Tasks
The text was updated successfully, but these errors were encountered: