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 45bb4ba commit 2512a6bCopy full SHA for 2512a6b
sdk/metric/doc.go
@@ -50,7 +50,7 @@
50
//
51
// New attribute sets are dropped when the cardinality limit is reached. The measurement of
52
// these sets are aggregated into
53
-// a special attribute set containing "otel.metric.overflow" attribute with "true" value.
+// a special attribute set containing attribute.Bool("otel.metric.overflow", true).
54
// This ensures total metric values (e.g., Sum, Count) remain correct for the
55
// collection cycle, but information about the specific dropped sets
56
// is not preserved.
0 commit comments