Standalone container configuration#
To use a custom configuration with the AMD Network Device Metrics Exporter container:
Create a config file based on the provided example config-nic.json
Save the file as
config.jsonin theconfig/folderMount the
config/folder when starting the container
docker run -d \
--privileged \
--network=host \
-v ./config:/etc/metrics \
--name network-device-metrics-exporter \
rocm/device-metrics-exporter:nic-v1.1.0 -monitor-nic=true -monitor-gpu=false
The exporter polls for configuration changes every minute, so updates take effect without container restarts.