NVIDIA / dcgm-exporter

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

replace deprecated method grpc.DialContext in favour of grpc.NewClient #419

Open tariq1890 opened 1 day ago

tariq1890 commented 1 day ago

grpc.DialContext is deprecated and calls NewClient under the hood. We also remove the WithBlock call as the godoc of NewClient says that it is disregarded.