-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9119fd2
commit 952fe6a
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", | ||
"type": "datasource", | ||
"name": "GitHub", | ||
"id": "grafana-github-datasource", | ||
"backend": true, | ||
"executable": "gpx_github", | ||
"annotations": true, | ||
"alerting": true, | ||
"metrics": true, | ||
"includes": [ | ||
{ | ||
"type": "dashboard", | ||
"name": "GitHub (demo)", | ||
"path": "dashboards/dashboard.json" | ||
} | ||
], | ||
"info": { | ||
"description": "The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects.", | ||
"author": { | ||
"name": "Grafana Labs", | ||
"url": "https://grafana.com" | ||
}, | ||
"keywords": [ | ||
"github", | ||
"git", | ||
"devops", | ||
"developer tools", | ||
"api", | ||
"grafana" | ||
], | ||
"logos": { | ||
"small": "img/github.svg", | ||
"large": "img/github.svg" | ||
}, | ||
"links": [ | ||
{ | ||
"name": "Docs", | ||
"url": "https://grafana.com/docs/plugins/grafana-github-datasource" | ||
}, | ||
{ | ||
"name": "Website", | ||
"url": "https://github.com/grafana/github-datasource" | ||
}, | ||
{ | ||
"name": "Report bug", | ||
"url": "https://github.com/grafana/github-datasource/issues" | ||
} | ||
], | ||
"screenshots": [], | ||
"version": "1.9.2", | ||
"updated": "2024-10-30" | ||
}, | ||
"dependencies": { | ||
"grafanaDependency": ">=9.1.0", | ||
"plugins": [] | ||
}, | ||
"generated": { | ||
"extensions": [] | ||
} | ||
} |