Files
rocm-systems/projects/rocprofiler-compute/grafana/plugins/omniperf_plugin/src/plugin.json
T
xuchen-amd 825440e7ba Rename Omniperf to ROCm Compute Profiler (#428)
- Update filenames.
- Update executable to `rocprof-compute` 
- Update update package to `rocprofiler-compute`
- Update name in application output and logs
- Update name in README files
- Update testing and workflows

---------

Signed-off-by: Xuan Chen <xuchen@amd.com>

[ROCm/rocprofiler-compute commit: 31b4de1a38]
2024-11-01 12:20:21 -04:00

29 строки
661 B
JSON

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