| Index: appengine/tsmon/standardmetrics.go
|
| diff --git a/appengine/tsmon/standardmetrics.go b/appengine/tsmon/standardmetrics.go
|
| index c8bcfec6e77d57b8f5c46a51db4a0aa95163cd2e..88ece53568e47ae6bad2a7acec0576dec1f0edf4 100644
|
| --- a/appengine/tsmon/standardmetrics.go
|
| +++ b/appengine/tsmon/standardmetrics.go
|
| @@ -12,12 +12,14 @@ import (
|
| "github.com/luci/luci-go/common/tsmon"
|
| "github.com/luci/luci-go/common/tsmon/metric"
|
| "github.com/luci/luci-go/common/tsmon/runtimestats"
|
| + "github.com/luci/luci-go/common/tsmon/types"
|
| )
|
|
|
| var (
|
| defaultVersion = metric.NewCallbackString(
|
| "appengine/default_version",
|
| - "Name of the version currently marked as default.")
|
| + "Name of the version currently marked as default.",
|
| + types.MetricMetadata{})
|
| )
|
|
|
| // collectGlobalMetrics populates service-global metrics.
|
|
|