Skip to content

Commit 9a0817c

Browse files
authored
[GPUM] added new bar1 metrics to the metadata.csv (DataDog#21116)
* added new metrics to the csv * updated changelog
1 parent c00de20 commit 9a0817c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

gpu/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG - GPU
22

33

4+
## 0.4.0
5+
6+
***Added***:
7+
8+
* Added BAR1 GPU memory metrics: `gpu.memory.bar1.free`, `gpu.memory.bar1.total`, `gpu.memory.bar1.used`.
9+
410
## 0.3.0
511

612
***Added***:

gpu/metadata.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ gpu.fp32_active,gauge,,percent,,Percentage of the time that the 32-bit floating
2626
gpu.fp64_active,gauge,,percent,,Percentage of the time that the 64-bit floating point calculation engine was active. Only for Hopper and newer GPUs,0,gpu,fp64_active,,
2727
gpu.gr_engine_active,gauge,,percent,,Percentage of time that the graphics engine was active,0,gpu,gr_engine_active,,
2828
gpu.integer_active,gauge,,percent,,Percentage of the time that the integer calculation engine was active. Only for Hopper and newer GPUs,0,gpu,integer_active,,
29+
gpu.memory.bar1.free,gauge,,byte,,Unallocated BAR1 memory (in bytes),0,gpu,memory.bar1.free,,
30+
gpu.memory.bar1.total,gauge,,byte,,Total BAR1 memory (in bytes).,0,gpu,memory.bar1.total,,
31+
gpu.memory.bar1.used,gauge,,byte,,Allocated used memory (in bytes),0,gpu,memory.bar1.used,,
2932
gpu.memory.limit,gauge,,byte,,The maximum amount of memory a process/container/device could allocate,0,gpu,memory.limit,,
3033
gpu.memory.temperature,gauge,,degree celsius,,Temperature of the memory chip,0,gpu,memory.temperature,,
3134
gpu.memory.usage,gauge,,byte,,The memory used by this process at the point the metric was given. Only emitted when processes are active.,0,gpu,memory.usage,,

0 commit comments

Comments
 (0)