Skip to content

Commit

Permalink
automated release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Nov 28, 2023
1 parent c6ee6bf commit 9d65cee
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"name": "Infinity",
"id": "yesoreyeram-infinity-datasource",
"type": "datasource",
"executable": "gpx_infinity",
"backend": true,
"metrics": true,
"annotations": true,
"alerting": true,
"logs": true,
"tracing": true,
"info": {
"version": "2.3.1",
"updated": "2023-11-28",
"description": "JSON API, CSV, TSV, XML, GraphQL, HTML, Google Sheets and HTTP/REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis including Amazon AWS, Microsoft Azure, Google Cloud / GCP and RSS/ATOM feeds directly. Also support visualizing logs and traces.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icon.svg",
"large": "img/icon.svg"
},
"keywords": [
"atom",
"aws",
"azure",
"csv",
"feed",
"gcp",
"google cloud",
"grafana",
"graphql",
"groq",
"html",
"inline",
"json api",
"json",
"node graph",
"random walk",
"rest api",
"rss feed",
"rss",
"scraping",
"simple-json",
"soap",
"transformations",
"uql",
"url",
"xml"
],
"screenshots": [
{
"name": "features",
"path": "img/slide-features.png"
},
{
"name": "rest-api",
"path": "img/slide-rest-api.png"
},
{
"name": "variables",
"path": "img/slide-variables.png"
},
{
"name": "series",
"path": "img/slide-series.png"
}
],
"links": [
{
"name": "Docs",
"url": "https://grafana.github.io/grafana-infinity-datasource"
},
{
"name": "Github",
"url": "https://github.com/grafana/grafana-infinity-datasource"
},
{
"name": "Need Help?",
"url": "https://github.com/grafana/grafana-infinity-datasource/discussions/categories/q-a"
},
{
"name": "Report Bug",
"url": "https://github.com/grafana/grafana-infinity-datasource/issues/new/choose"
},
{
"name": "Examples",
"url": "https://github.com/grafana/grafana-infinity-datasource/discussions/categories/show-and-tell"
}
]
},
"dependencies": {
"grafanaDependency": ">=8.4.7",
"grafanaVersion": "8.4.7",
"plugins": []
},
"includes": [],
"routes": []
}

0 comments on commit 9d65cee

Please sign in to comment.