Index: common/tsmon/types/metric.go |
diff --git a/common/tsmon/types/metric.go b/common/tsmon/types/metric.go |
index 91a89998485c89b1a73d506600fd384f7bf6079a..fca2c3a5b344f981100452df0442e5e439b3c657 100644 |
--- a/common/tsmon/types/metric.go |
+++ b/common/tsmon/types/metric.go |
@@ -14,6 +14,7 @@ import ( |
// Concrete types are defined in the "metrics" package. |
type Metric interface { |
Info() MetricInfo |
+ Metadata() MetricMetadata |
// SetFixedResetTime overrides the reset time for this metric. Usually cells |
// take the current time when they're first assigned a value, but it can be |