2024-11-01 12:20:21 -04:00
|
|
|
# ROCm Compute Profiler Data Source Plugin
|
2022-11-04 14:49:36 -05:00
|
|
|
|
2024-11-01 12:20:21 -04:00
|
|
|
This plugin allows users of ROCm Compute Profiler to connect their MongoDB database to for visualization in Grafana
|
2022-11-04 14:49:36 -05:00
|
|
|
|
|
|
|
|
## Info
|
|
|
|
|
|
2025-01-02 13:29:47 -08:00
|
|
|
This backend exposes the endpoints Grafana requires to create a custom data source.
|
2022-11-04 14:49:36 -05:00
|
|
|
|
|
|
|
|
An express server, located in the `server` folder exposes these endpoints and makes the proxy to the MongoDB.
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
|
|
- Node.js
|
|
|
|
|
|
|
|
|
|
`sudo apt-get install -y npm`
|
2025-01-02 13:29:47 -08:00
|
|
|
|
2022-11-04 14:49:36 -05:00
|
|
|
## Useage
|
|
|
|
|
|
|
|
|
|
<img src="src/img/sample.PNG" alt="Sample Data Source" style="width: 500px;"/>
|