We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efac36 commit 8411754Copy full SHA for 8411754
otmetricreader/find.go
@@ -12,7 +12,7 @@ import (
12
// FindVal is a testing utility to find the value of a specific metric
13
// collected by the sdk [metric.ManualReader].
14
//
15
-// It searches for a metric matching the provided metricName and attribute.Set.
+// It searches for a metric matching the provided metricName and [attribute.Set].
16
// The type parameter V specifies the expected value type, which must be
17
// either int64 or float64.
18
0 commit comments