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 b7953aa commit b0bcec8Copy full SHA for b0bcec8
prometheus/registry.go
@@ -74,7 +74,7 @@ func NewRegistry() *Registry {
74
// NewPedanticRegistry returns a registry that checks during collection if each
75
// collected Metric is consistent with its reported Desc, and if the Desc has
76
// actually been registered with the registry. Unchecked Collectors (those whose
77
-// Describe methed does not yield any descriptors) are excluded from the check.
+// Describe method does not yield any descriptors) are excluded from the check.
78
//
79
// Usually, a Registry will be happy as long as the union of all collected
80
// Metrics is consistent and valid even if some metrics are not consistent with
0 commit comments