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.
 
 
 
 
 

18 lines
569 B

{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Data Exporter Panel",
"id": "corpglory-dataexporter-panel",
"skipDataQuery": true,
"info": {
"description": "Panel for exporting metrics from Grafana dashboards",
"author": {
"name": "CorpGlory Inc.",
"url": "https://corpglory.com"
},
"logos": {
"small": "../corpglory-dataexporter-app/img/logo.svg",
"large": "../corpglory-dataexporter-app/img/logo.svg"
}
}
}