We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee8d7b commit 3efac36Copy full SHA for 3efac36
otmetricreader/find.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
// FindVal is a testing utility to find the value of a specific metric
13
-// collected by the sdk metric.ManualReader.
+// collected by the sdk [metric.ManualReader].
14
//
15
// 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
0 commit comments