File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments