Skip to content

Commit

Permalink
Merge branch 'main' into simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored Sep 16, 2024
2 parents b910c49 + 38b9734 commit f43de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/instrument.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func WithAttributeSet(attributes attribute.Set) MeasurementOption {
//
// cp := make([]attribute.KeyValue, len(attributes))
// copy(cp, attributes)
// WithAttributes(attribute.NewSet(cp...))
// WithAttributeSet(attribute.NewSet(cp...))
//
// [attribute.NewSet] may modify the passed attributes so this will make a copy
// of attributes before creating a set in order to ensure this function is
Expand Down

0 comments on commit f43de35

Please sign in to comment.