Skip to content

Commit

Permalink
automated release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bossinc committed May 10, 2024
1 parent 663fb39 commit afb4015
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions dist/plugin.json
@@ -0,0 +1,40 @@
{
"type": "datasource",
"name": "Azure Data Explorer Datasource",
"id": "grafana-azure-data-explorer-datasource",
"info": {
"description": "Grafana data source for Azure Data Explorer",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["azure", "kusto", "kustodb", "azure data explorer", "data", "explorer"],
"logos": {
"small": "img/logo.png",
"large": "img/logo.png"
},
"links": [
{
"name": "Project site",
"url": "https://github.com/grafana/azure-data-explorer-datasource"
},
{
"name": "Apache License",
"url": "https://github.com/grafana/azure-data-explorer-datasource/blob/main/LICENSE"
}
],
"screenshots": [],
"version": "5.0.1",
"updated": "2024-05-10"
},
"dependencies": {
"grafanaDependency": ">=9.5.0",
"plugins": []
},
"metrics": true,
"annotations": true,
"backend": true,
"executable": "gpx_adx",
"alerting": true,
"logs": true
}

0 comments on commit afb4015

Please sign in to comment.