Update module github.com/prometheus/client_model to v0.6.1

This commit is contained in:
Renovate Bot
2024-06-04 20:15:18 +00:00
parent 7f03dbbc14
commit e9b417c311
113 changed files with 12344 additions and 2614 deletions

View File

@@ -26,7 +26,7 @@ func HasExtension(m Message, xt protoreflect.ExtensionType) bool {
}
// ClearExtension clears an extension field such that subsequent
// HasExtension calls return false.
// [HasExtension] calls return false.
// It panics if m is invalid or if xt does not extend m.
func ClearExtension(m Message, xt protoreflect.ExtensionType) {
m.ProtoReflect().Clear(xt.TypeDescriptor())