switch to cc-lib. docs: consistency for list

This commit is contained in:
brinkcoder 2025-03-05 01:35:38 +01:00
parent f8f2475ae0
commit f7dcee1100
2 changed files with 19 additions and 20 deletions

View File

@ -6,8 +6,8 @@ import (
"fmt" "fmt"
"time" "time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger" cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message"
"github.com/ClusterCockpit/go-rocm-smi/pkg/rocm_smi" "github.com/ClusterCockpit/go-rocm-smi/pkg/rocm_smi"
) )

View File

@ -1,4 +1,3 @@
## `rocm_smi` collector ## `rocm_smi` collector
```json ```json
@ -24,24 +23,24 @@ Optionally, it is possible to add the serial to the meta informations. They are
Metrics: Metrics:
* `rocm_gfx_util` - `rocm_gfx_util`
* `rocm_umc_util` - `rocm_umc_util`
* `rocm_mm_util` - `rocm_mm_util`
* `rocm_avg_power` - `rocm_avg_power`
* `rocm_temp_mem` - `rocm_temp_mem`
* `rocm_temp_hotspot` - `rocm_temp_hotspot`
* `rocm_temp_edge` - `rocm_temp_edge`
* `rocm_temp_vrgfx` - `rocm_temp_vrgfx`
* `rocm_temp_vrsoc` - `rocm_temp_vrsoc`
* `rocm_temp_vrmem` - `rocm_temp_vrmem`
* `rocm_gfx_clock` - `rocm_gfx_clock`
* `rocm_soc_clock` - `rocm_soc_clock`
* `rocm_u_clock` - `rocm_u_clock`
* `rocm_v0_clock` - `rocm_v0_clock`
* `rocm_v1_clock` - `rocm_v1_clock`
* `rocm_d0_clock` - `rocm_d0_clock`
* `rocm_d1_clock` - `rocm_d1_clock`
* `rocm_temp_hbm` - `rocm_temp_hbm`
Some metrics add the additional sub type tag (`stype`) like the `rocm_temp_hbm` metrics set `stype=device,stype-id=<HBM_slice_number>`. Some metrics add the additional sub type tag (`stype`) like the `rocm_temp_hbm` metrics set `stype=device,stype-id=<HBM_slice_number>`.