nvidia-exporter icon indicating copy to clipboard operation
nvidia-exporter copied to clipboard

Prometheus Exporter for NVIDIA GPUs using NVML

Results 6 nvidia-exporter issues
Sort by recently updated
recently updated
newest added

**This is my deployment:** ``` apiVersion: apps/v1beta1 kind: Deployment metadata: name: nvidia-exporter namespace: monitoring spec: replicas: 1 strategy: type: Recreate template: metadata: labels: app: nvidia-exporter spec: containers: - name: nvidia-exporter...

Hello, I have a old setup (non dockerized/kubernetes) of nvidia_smi_exporter using the below link: Now After seeing your Grafana Dashboard, I wanted to set it up, but I get "No...

This is primarily a fix for #3, with a few added extras. Changes / additions: - Handling of absent metrics. - Introduction of a log library; with the ability to...

Hi @BugRoger When starting the exporter in k8s, the log alway says: > Failed to collect metrics: nvml: Not Supported And below is the result of `nvidia-smi` ``` +-----------------------------------------------------------------------------+ |...

Hi @BugRoger From the [Readme](https://github.com/BugRoger/nvidia-exporter/blob/master/README.md), we can see that you deploy the nvidia-exporter as a Deployment, it may not reasonable if I have more GPU worker nodes in my cluster....