You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
../../prometheus/client_golang/prometheus/summary.go:330:31: cannot use s.objectives (type map[float64]float64) as type float64 in argument to quantile.NewTargeted
Get that error when running the exporter:
libvirt_exporter]# go run libvirt_exporter.go
github.com/prometheus/client_golang/prometheus
../../prometheus/client_golang/prometheus/summary.go:330:31: cannot use s.objectives (type map[float64]float64) as type float64 in argument to quantile.NewTargeted
Causes HTTP requests to fail:
curl http://127.0.0.1:9177
curl: (7) Failed connect to 127.0.0.1:9177; Connection refused
The text was updated successfully, but these errors were encountered: