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,7 +404,7 @@ 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
//