grafana / github-datasource

Grafana data source plugin using the Github API to retrieve and visualize Github data.
https://grafana.com/grafana/plugins/grafana-github-datasource/
Apache License 2.0
227 stars 54 forks source link

Feat: Add name field to workflow usage #306

Closed zoltanbedi closed 2 months ago

zoltanbedi commented 2 months ago

This PR adds the name field to the workflow usage query so it is easier to differentiate when multiple queries used.

Before After
Screenshot 2024-05-13 at 21 51 53 Screenshot 2024-05-13 at 20 54 40

Fixes #303