NVIDIA / dcgm-exporter

NVIDIA GPU metrics exporter for Prometheus leveraging DCGM
Apache License 2.0
923 stars 159 forks source link

Rename default PCIe metrics for better readability #357

Closed koshieguchi closed 4 months ago

koshieguchi commented 4 months ago

Closes #354

Description

This PR updates the default PCIe metric from DCGM_FI_DEV_PCIE_{TX,RX}_THROUGHPUT to DCGM_FI_PROF_PCIE_{TX,RX}_BYTES in ./etc files to align with the DCGM Documentation (Version 3.3).

Background

According to the DCGM Documentation, DCGM_FI_DEV_PCIE_{TX,RX}_THROUGHPUT is deprecated and should be replaced with DCGM_FI_PROF_PCIE_{TX,RX}_BYTES. This change resolves issues reported in Issue #167.

Changes Made

References

koshieguchi commented 4 months ago

@glowkey Have added a GPG signature to my commit! Thanks for the review!