We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f1353 commit ee4f934Copy full SHA for ee4f934
metric_map.go
@@ -373,7 +373,8 @@ func (mm *MetricMap) String() string {
373
}
374
375
// AsMetrics will synthesize Metrics from the MetricMap and return them as a slice
376
-// TODO: Remove this function, it only supports tests now
+// TODO: Remove this function.
377
+// Deprecated: It only supports tests now
378
func (mm *MetricMap) AsMetrics() []*Metric {
379
var metrics []*Metric
380
0 commit comments