Skip to content

Commit f094e1a

Browse files
update(gpu): add xid errors metric metadata (DataDog#21551)
1 parent d51d985 commit f094e1a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

gpu/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
***Added***:
6+
7+
* Added Xid errors count metric: `gpu.errors.xid.total`.
8+
39
## 0.4.1
410

511
***Added***:

gpu/metadata.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gpu.decoder_utilization,gauge,,percent,,Percentage of time the decoder was activ
1919
gpu.device.total,gauge,15,,,Number of GPU devices found in the host,0,gpu,device.total,,
2020
gpu.dram_active,gauge,,percent,,Percentage of time the DRAM was active,0,gpu,dram_active,,
2121
gpu.encoder_utilization,gauge,,percent,,Percentage of time the encoder was active,0,gpu,encoder_utilization,,
22+
gpu.errors.xid.total,count,,,,Total count of Xid errors,0,gpu,errors.xid.total,,
2223
gpu.fan_speed,gauge,,percent,,Configured fan speed as a percentage of its maximum,0,gpu,fan_speed,,
2324
gpu.fp16_active,gauge,,percent,,Percentage of the time that the 16-bit floating point calculation engine was active. Only for Hopper and newer GPUs,0,gpu,fp16_active,,
2425
gpu.fp32_active,gauge,,percent,,Percentage of the time that the 32-bit floating point calculation engine was active. Only for Hopper and newer GPUs,0,gpu,fp32_active,,

0 commit comments

Comments
 (0)