mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 06:59:40 -08:00
Avoid too generic label type.
This commit is contained in:
parent
e1e30f12cd
commit
3d0fb0cf17
|
@ -46,9 +46,9 @@ var (
|
||||||
prometheus.CounterOpts{
|
prometheus.CounterOpts{
|
||||||
Namespace: namespace,
|
Namespace: namespace,
|
||||||
Name: "sd_kubernetes_events_total",
|
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…
Reference in a new issue