We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b482f commit 2142da6Copy full SHA for 2142da6
content/en/docs/languages/go/instrumentation.md
@@ -713,9 +713,7 @@ func init() {
713
### Adding attributes
714
715
Attributes are keys and values that are applied as metadata to your metrics and
716
-are useful for aggregating, filtering, and grouping metrics. Attributes can be
717
-added at instrument creation, or at any other time during the lifecycle of an
718
-instrument.
+are useful for aggregating, filtering, and grouping metrics.
719
720
You can add Attributes by using the
721
[`WithAttributeSet`](https://pkg.go.dev/go.opentelemetry.io/otel/metric#WithAttributeSet)
0 commit comments