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
The feature request is for the addition of a Badge for Grafana Dashboard Metrics that displays detailed statistics about the dashboard's popularity, including its download count, revision, and usage data. These badges will be customizable with text and color and can optionally display a logo.
Service: Grafana Dashboard
Information Displayed: Download count of the Grafana dashboard, badge color based on popularity, and revision count.
Example: "Downloads | 1234" or "Revision | 5" as dynamic values.
🔗 Data
Public API: Grafana offers public API endpoints to retrieve dashboard information.
Authentication: The API does not require authentication for public dashboards
Data Source: The data is retrieved via scraping the Grafana dashboard pages, using the dashboard ID as a key.
🎤 Motivation
This feature will help users to display the popularity and version of their Grafana dashboards through easily accessible and customizable badges. By generating these badges, dashboard creators can share and visualize the success of their dashboards with others, creating more engagement in the community.
Use Case: Users want to show how popular their dashboards are (download count) or display the most recent version (revision). This would be used by dashboard creators to show the current download count of their Grafana dashboard in GitHub README files, blogs, or community forums.
I have already worked on this project with the Grafana Dashboard Badge repository, which allows generating badges to display these metrics in a simple way.
The text was updated successfully, but these errors were encountered:
Is there a way we can explain clearly in the docs exactly what this is. Like for example, I'd refer to https://metrics.shields.io/d/aESRBSjmz/services as "a Grafana dashboard" (possibly wrongly), but that isn't quite what we're talking about here.
Is there a phrase we can use (Grafana Cloud, Grafana Labs?) that more clearly explains: What is the thing we're displaying the number of downloads for here?
How about "Grafana Dashboard Template" or "Grafana Labs Dashboard Template"? (used here)
I'm not sure but it seems the cloud brand is more related to hosting instances while the dashboard templates are usable for both cloud and non cloud users.
📋 Description
The feature request is for the addition of a Badge for Grafana Dashboard Metrics that displays detailed statistics about the dashboard's popularity, including its download count, revision, and usage data. These badges will be customizable with text and color and can optionally display a logo.
Service: Grafana Dashboard
Information Displayed: Download count of the Grafana dashboard, badge color based on popularity, and revision count.
Example: "Downloads | 1234" or "Revision | 5" as dynamic values.
🔗 Data
🎤 Motivation
This feature will help users to display the popularity and version of their Grafana dashboards through easily accessible and customizable badges. By generating these badges, dashboard creators can share and visualize the success of their dashboards with others, creating more engagement in the community.
Use Case: Users want to show how popular their dashboards are (download count) or display the most recent version (revision). This would be used by dashboard creators to show the current download count of their Grafana dashboard in GitHub README files, blogs, or community forums.
I have already worked on this project with the Grafana Dashboard Badge repository, which allows generating badges to display these metrics in a simple way.
The text was updated successfully, but these errors were encountered: