Skip to content

Commit 73ff6ab

Browse files
automated release 2.12.0
1 parent 2675268 commit 73ff6ab

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

dist/plugin.json

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
3+
"name": "Infinity",
4+
"id": "yesoreyeram-infinity-datasource",
5+
"type": "datasource",
6+
"executable": "gpx_infinity",
7+
"backend": true,
8+
"metrics": true,
9+
"annotations": true,
10+
"alerting": true,
11+
"logs": true,
12+
"tracing": true,
13+
"info": {
14+
"version": "2.12.0",
15+
"updated": "2025-01-10",
16+
"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.",
17+
"author": {
18+
"name": "Grafana Labs",
19+
"url": "https://grafana.com"
20+
},
21+
"logos": {
22+
"small": "img/icon.svg",
23+
"large": "img/icon.svg"
24+
},
25+
"keywords": [
26+
"atom",
27+
"aws",
28+
"azure",
29+
"csv",
30+
"feed",
31+
"gcp",
32+
"google cloud",
33+
"grafana",
34+
"graphql",
35+
"groq",
36+
"html",
37+
"inline",
38+
"json api",
39+
"json",
40+
"node graph",
41+
"random walk",
42+
"rest api",
43+
"rss feed",
44+
"rss",
45+
"scraping",
46+
"simple-json",
47+
"soap",
48+
"transformations",
49+
"uql",
50+
"url",
51+
"xml"
52+
],
53+
"screenshots": [
54+
{
55+
"name": "features",
56+
"path": "img/slide-features.png"
57+
},
58+
{
59+
"name": "rest-api",
60+
"path": "img/slide-rest-api.png"
61+
},
62+
{
63+
"name": "variables",
64+
"path": "img/slide-variables.png"
65+
},
66+
{
67+
"name": "series",
68+
"path": "img/slide-series.png"
69+
}
70+
],
71+
"links": [
72+
{
73+
"name": "Docs",
74+
"url": "https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource"
75+
},
76+
{
77+
"name": "Github",
78+
"url": "https://github.com/grafana/grafana-infinity-datasource"
79+
},
80+
{
81+
"name": "Need Help?",
82+
"url": "https://github.com/grafana/grafana-infinity-datasource/discussions/categories/q-a"
83+
},
84+
{
85+
"name": "Report Bug",
86+
"url": "https://github.com/grafana/grafana-infinity-datasource/issues/new/choose"
87+
},
88+
{
89+
"name": "Examples",
90+
"url": "https://github.com/grafana/grafana-infinity-datasource/discussions/categories/show-and-tell"
91+
}
92+
]
93+
},
94+
"dependencies": {
95+
"grafanaDependency": ">=9.5.15",
96+
"grafanaVersion": "9.5.x",
97+
"plugins": []
98+
},
99+
"includes": [],
100+
"routes": []
101+
}

0 commit comments

Comments
 (0)