From 6e82a4241ceac177c6a5c793bfc9df949aa89157 Mon Sep 17 00:00:00 2001 From: Usman Ahmad Date: Fri, 18 Oct 2024 10:26:26 +0200 Subject: [PATCH 1/2] added video in README.md file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 31fb3b44..034ce570 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ The GitHub data source plugin for Grafana lets you to query the GitHub API in Gr For the plugin documentation, visit [plugin documentation website](https://grafana.com/docs/plugins/grafana-github-datasource). +## Video Tutorial + +Watch this video to learn more about setting up the Grafana GitHub data source plugin: + +[![GitHub data source plugin | Visualize GitHub using Grafana | Tutorial](https://img.youtube.com/vi/DW693S3cO48/hq720.jpg)](https://youtu.be/DW693S3cO48 "Grafana GitHub data source plugin") + ## GitHub API V4 (GraphQL) This data source uses the [`githubv4` package](https://github.com/shurcooL/githubv4), which is under active development. From 75e339a4b907b4a26f3a45a67c48a8cb196049a6 Mon Sep 17 00:00:00 2001 From: Usman Ahmad Date: Wed, 23 Oct 2024 16:05:03 +0200 Subject: [PATCH 2/2] Update README.md added the Play demo dashboards --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 034ce570..7a05b7a1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Watch this video to learn more about setting up the Grafana GitHub data source p [![GitHub data source plugin | Visualize GitHub using Grafana | Tutorial](https://img.youtube.com/vi/DW693S3cO48/hq720.jpg)](https://youtu.be/DW693S3cO48 "Grafana GitHub data source plugin") +### Give it a try using Grafana Play +With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on [GitHub data source plugin demo](https://play.grafana.org/d/cdgx261sa1ypsa/3-single-repo-with-override-examples). + ## GitHub API V4 (GraphQL) This data source uses the [`githubv4` package](https://github.com/shurcooL/githubv4), which is under active development.