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 discovery/kubernetes: add node name and hostname to endpoints 2019-05-16 10:49:13 +02:00
ingress.go minor fix for making map (#6076) 2019-10-25 20:06:00 -06:00
ingress_test.go discovery/kubernetes: fix missing label sanitization (#5462) 2019-04-15 19:04:50 +01:00
kubernetes.go discovery/kubernetes: fix client metrics 2019-11-29 12:34:36 +01:00
kubernetes_test.go discovery/kubernetes: add present labels for labels/annotations (#5443) 2019-04-10 13:21:42 +01:00
node.go minor fix for making map (#6076) 2019-10-25 20:06:00 -06:00
node_test.go discovery/kubernetes: fix missing label sanitization (#5462) 2019-04-15 19:04:50 +01:00
pod.go discovery: don't log errors on context cancelation 2019-10-09 11:51:38 +02:00
pod_test.go fix(style): container_is_init to container_init 2019-05-29 16:16:19 +02:00
service.go minor fix for making map (#6076) 2019-10-25 20:06:00 -06:00
service_test.go discovery/kubernetes: fix missing label sanitization (#5462) 2019-04-15 19:04:50 +01:00