Skip to content

Commit 0823c36

Browse files
committed
automated release 5.1.0
1 parent 8c08b16 commit 0823c36

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

dist/plugin.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"type": "datasource",
3+
"name": "Azure Data Explorer Datasource",
4+
"id": "grafana-azure-data-explorer-datasource",
5+
"info": {
6+
"description": "Grafana data source for Azure Data Explorer",
7+
"author": {
8+
"name": "Grafana Labs",
9+
"url": "https://grafana.com"
10+
},
11+
"keywords": [
12+
"azure",
13+
"kusto",
14+
"kustodb",
15+
"azure data explorer",
16+
"data",
17+
"explorer"
18+
],
19+
"logos": {
20+
"small": "img/logo.png",
21+
"large": "img/logo.png"
22+
},
23+
"links": [
24+
{
25+
"name": "Project site",
26+
"url": "https://github.com/grafana/azure-data-explorer-datasource"
27+
},
28+
{
29+
"name": "Apache License",
30+
"url": "https://github.com/grafana/azure-data-explorer-datasource/blob/main/LICENSE"
31+
}
32+
],
33+
"screenshots": [],
34+
"version": "5.1.0",
35+
"updated": "2025-02-19"
36+
},
37+
"dependencies": {
38+
"grafanaDependency": ">=9.5.0",
39+
"plugins": []
40+
},
41+
"metrics": true,
42+
"annotations": true,
43+
"backend": true,
44+
"executable": "gpx_adx",
45+
"alerting": true,
46+
"logs": true,
47+
"buildMode": "production"
48+
}

0 commit comments

Comments
 (0)