Skip to content

Commit

Permalink
automated release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Jul 12, 2024
1 parent 6b0857f commit 0c0c9e5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"type": "datasource",
"name": "X-Ray",
"id": "grafana-x-ray-datasource",
"category": "tracing",
"metrics": true,
"tracing": true,
"backend": true,
"alerting": true,
"executable": "gpx_x-ray-datasource",
"info": {
"description": "Data source for Amazon AWS X-Ray",
"author": {
"name": "Grafana",
"url": "grafana.com"
},
"keywords": ["aws", "x-ray", "tracing", "cloud provider", "traces"],
"logos": {
"small": "img/AWS-X-Ray.svg",
"large": "img/AWS-X-Ray.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/x-ray-datasource"
},
{
"name": "License",
"url": "https://github.com/grafana/x-ray-datasource/blob/master/LICENSE"
}
],
"screenshots": [],
"version": "2.10.0",
"updated": "2024-07-12"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}

0 comments on commit 0c0c9e5

Please sign in to comment.