prometheus/discovery/kubernetes
Simon Pasquier 75470f86b4 discovery/kubernetes: fix client metrics
The Kubernetes client records workqueue duration and latency metrics as
seconds so there's no need to convert the values from microseconds to
seconds anymore.

The cache metrics (prometheus_sd_kubernetes_cache_*) are removed because
they aren't used anymore by the client though still exposed by its API.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-11-29 12:34:36 +01:00
..
client_metrics.go discovery/kubernetes: fix client metrics 2019-11-29 12:34:36 +01:00
endpoints.go discovery: don't log errors on context cancelation 2019-10-09 11:51:38 +02:00
endpoints_test.go
ingress.go minor fix for making map (#6076) 2019-10-25 20:06:00 -06:00
ingress_test.go
kubernetes.go discovery/kubernetes: fix client metrics 2019-11-29 12:34:36 +01:00
kubernetes_test.go
node.go minor fix for making map (#6076) 2019-10-25 20:06:00 -06:00
node_test.go
pod.go discovery: don't log errors on context cancelation 2019-10-09 11:51:38 +02:00
pod_test.go
service.go minor fix for making map (#6076) 2019-10-25 20:06:00 -06:00
service_test.go