825440e7ba
- 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]
29 строки
661 B
JSON
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": []
|
|
}
|
|
}
|