Files
rocm-systems/grafana_plugins/omniperfData_plugin/src/plugin.json
T
colramos-amd 62d130b458 Initial commit
2022-11-04 14:49:36 -05:00

29 lines
602 B
JSON

{
"name": "Omniperf Data",
"id": "amd-omniperf-data-plugin",
"type": "datasource",
"backend": true,
"partials": {
"config": "public/app/plugins/datasource/simplejson/partials/config.html"
},
"metrics": true,
"annotations": false,
"info": {
"description": "An Omniperf datasource build for MongoDB",
"author": {
"name": "Audacious Software Group",
"url": ""
},
"logos": {
"small": "img/omniperf_circle.png",
"large": "img/omniperf_circle.png"
},
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaVersion": ">=7.0.0",
"plugins": []
}
}