Skip to content

Commit

Permalink
Merge pull request #354 from prometheus/brian-brazil-patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
beorn7 committed Oct 5, 2017
2 parents 353b8c3 + 9f5d03c commit 5cec1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ func normalizeMetricFamilies(metricFamiliesByName map[string]*dto.MetricFamily)

// checkMetricConsistency checks if the provided Metric is consistent with the
// provided MetricFamily. It also hashed the Metric labels and the MetricFamily
// name. If the resulting hash is alread in the provided metricHashes, an error
// name. If the resulting hash is already in the provided metricHashes, an error
// is returned. If not, it is added to metricHashes. The provided dimHashes maps
// MetricFamily names to their dimHash (hashed sorted label names). If dimHashes
// doesn't yet contain a hash for the provided MetricFamily, it is
Expand Down

0 comments on commit 5cec1d0

Please sign in to comment.