Skip to content

Commit 2142da6

Browse files
committed
more
1 parent b5b482f commit 2142da6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/en/docs/languages/go/instrumentation.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,7 @@ func init() {
713713
### Adding attributes
714714

715715
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.
716+
are useful for aggregating, filtering, and grouping metrics.
719717

720718
You can add Attributes by using the
721719
[`WithAttributeSet`](https://pkg.go.dev/go.opentelemetry.io/otel/metric#WithAttributeSet)

0 commit comments

Comments
 (0)