{ "$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": [] } }