Avoid too generic label type.

pull/2105/head
Dominik Schulz 8 years ago
parent e1e30f12cd
commit 3d0fb0cf17

@ -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"},
)
)

Loading…
Cancel
Save