We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96a4cd commit ca5e188Copy full SHA for ca5e188
pkg/util/validation/validate.go
@@ -76,6 +76,7 @@ var DiscardedMetadata = prometheus.NewCounterVec(
76
77
func init() {
78
prometheus.MustRegister(DiscardedSamples)
79
+ prometheus.MustRegister(DiscardedMetadata)
80
}
81
82
// SampleValidationConfig helps with getting required config to validate sample.
0 commit comments