Skip to content

Commit

Permalink
automated release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Dec 11, 2024
1 parent 1604047 commit 38b512e
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"type": "datasource",
"name": "AWS 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 AWS X-Ray",
"author": {
"name": "Grafana",
"url": "grafana.com"
},
"keywords": [
"datasource",
"aws",
"amazon",
"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.11.0",
"updated": "2024-12-11"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
},
"buildMode": "production"
}

0 comments on commit 38b512e

Please sign in to comment.