Skip to content

Commit

Permalink
automated release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iwysiu committed Nov 19, 2024
1 parent ae86a64 commit 7888854
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"category": "tsdb",
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Amazon Managed Service for Prometheus",
"id": "grafana-amazonprometheus-datasource",
"executable": "gpx_amazonprometheus",
"routes": [
{
"method": "POST",
"path": "api/v1/query",
"reqRole": "Viewer"
},
{
"method": "POST",
"path": "api/v1/query_range",
"reqRole": "Viewer"
},
{
"method": "POST",
"path": "api/v1/series",
"reqRole": "Viewer"
},
{
"method": "POST",
"path": "api/v1/labels",
"reqRole": "Viewer"
},
{
"method": "POST",
"path": "api/v1/query_exemplars",
"reqRole": "Viewer"
},
{
"method": "GET",
"path": "/rules",
"reqRole": "Viewer"
},
{
"method": "POST",
"path": "/rules",
"reqRole": "Editor"
},
{
"method": "DELETE",
"path": "/rules",
"reqRole": "Editor"
},
{
"method": "DELETE",
"path": "/config/v1/rules",
"reqRole": "Editor"
},
{
"method": "POST",
"path": "/config/v1/rules",
"reqRole": "Editor"
}
],
"includes": [
{
"type": "dashboard",
"name": "Prometheus Stats",
"path": "dashboards/prometheus_stats.json"
},
{
"type": "dashboard",
"name": "Prometheus 2.0 Stats",
"path": "dashboards/prometheus_2_stats.json"
},
{
"type": "dashboard",
"name": "Grafana Stats",
"path": "dashboards/grafana_stats.json"
}
],
"metrics": true,
"alerting": true,
"annotations": true,
"backend": true,
"queryOptions": {
"minInterval": true
},
"info": {
"version": "1.0.3",
"updated": "2024-11-19",
"keywords": ["datasource", "aws", "amazon", "prometheus", "cloud provider", "database", "metrics", "time series"],
"description": "Open source time series database & alerting",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/prometheus_logo.svg",
"large": "img/prometheus_logo.svg"
},
"links": [
{
"name": "Learn more",
"url": "https://aws.amazon.com/prometheus/"
}
]
},
"dependencies": {
"grafanaDependency": ">=11.0.0",
"plugins": []
}
}

0 comments on commit 7888854

Please sign in to comment.