Panel for exporting metrics from Grafana dashboards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

38 lines
988 B

{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Data Exporter",
"id": "corpglory-dataexporter-panel",
"info": {
"description": "Panel for exporting metrics from Grafana dashboards.",
"author": {
"name": "CorpGlory Inc.",
"url": "https://corpglory.com"
},
"keywords": [],
"logos": {
"small": "assets/logo.svg",
"large": "assets/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://chartwerk.io/"
},
{
"name": "License",
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/blob/main/LICENSE"
},
{
"name": "Gitlab",
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=9.0.0",
"plugins": []
}
}