Skip to content

Commit 8411754

Browse files
jeffdupontdfinkel
andauthored
Update otmetricreader/find.go
Co-authored-by: dfinkel <david.finkel@gmail.com>
1 parent 3efac36 commit 8411754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otmetricreader/find.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// FindVal is a testing utility to find the value of a specific metric
1313
// collected by the sdk [metric.ManualReader].
1414
//
15-
// It searches for a metric matching the provided metricName and attribute.Set.
15+
// It searches for a metric matching the provided metricName and [attribute.Set].
1616
// The type parameter V specifies the expected value type, which must be
1717
// either int64 or float64.
1818
//

0 commit comments

Comments
 (0)