Avoid too generic label type.

This commit is contained in:
Dominik Schulz 2016-10-21 12:11:15 +02:00
parent e1e30f12cd
commit 3d0fb0cf17

View file

@ -46,9 +46,9 @@ var (
prometheus.CounterOpts{
Namespace: namespace,
Name: "sd_kubernetes_events_total",
Help: "The number of Kubernetes events received.",
Help: "The number of Kubernetes events handled.",
},
[]string{"type", "event"},
[]string{"role", "event"},
)
)