Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

involved_object_name is a label with high cardinality #119

Open
njlkj opened this issue Sep 15, 2020 · 0 comments
Open

involved_object_name is a label with high cardinality #119

njlkj opened this issue Sep 15, 2020 · 0 comments

Comments

@njlkj
Copy link

njlkj commented Sep 15, 2020

kubernetesWarningEventCounterVec = prometheus.NewCounterVec(prometheus.CounterOpts{
	Name: "heptio_eventrouter_warnings_total",
	Help: "Total number of warning events in the kubernetes cluster",
}, []string{
	"involved_object_kind",
	"involved_object_name",
	"involved_object_namespace",
	"reason",
	"source",
})
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant