eBay / nvidiagpubeat

nvidiagpubeat is an elastic beat that uses NVIDIA System Management Interface (nvidia-smi) to monitor NVIDIA GPU devices and can ingest metrics into Elastic search cluster, with support for both 6.x and 7.x versions of beats. nvidia-smi is a command line utility, based on top of the NVIDIA Management Library (NVML), intended to aid in the management and monitoring of NVIDIA GPU devices.
https://github.com/eBay/nvidiagpubeat
Apache License 2.0
54 stars 22 forks source link

Error parsing `driver_version` metric when it is provided with patch version #36

Open jw-websensa opened 3 years ago

jw-websensa commented 3 years ago

When having driver_version: "460.91.03" for some reason beater tries to parse it as a float and obviously fails with {"type":"number_format_exception","reason":"multiple points"}

deepujain commented 2 years ago

Ack