Code Review: Nits.

pull/351/head
Matt T. Proud 2013-08-07 13:29:10 +02:00
parent a3bf2efdd5
commit 820e551988
1 changed files with 2 additions and 2 deletions

View File

@ -404,13 +404,13 @@ type MetricIndexer interface {
// that a user or the Prometheus subsystem would want to query against:
//
// "<Label Name>" -> {Fingerprint, ...}
// "<Label Name> <Label Pair>" -> {Fingerprint, ...}
// "<Label Name> <Label Value>" -> {Fingerprint, ...}
//
// "<Fingerprint>" -> Metric
//
// "<Metric>" -> Existence Value
//
// This type supports concrete queries but only single writes, and it has no
// This type supports concrete queries but only single writes, and it has no
// locking semantics to enforce this.
type TotalIndexer struct {
FingerprintToMetric FingerprintMetricIndex