Skip to content

Commit

Permalink
Update opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Srikanth Chekuri <[email protected]>
  • Loading branch information
owais and srikanthccv authored Sep 24, 2021
1 parent 2991c12 commit fb31e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ class SpanLimits:
- Else if the global limit has a default value, the default value will be used.
Args:
max_attributes: Maximum number of attributes that can be added to a Span.
max_attributes: Maximum number of attributes that can be added to a span, event, and link.
Environment variable: OTEL_ATTRIBUTE_COUNT_LIMIT
Default: {_DEFAULT_ATTRIBUTE_COUNT_LIMIT}
max_events: Maximum number of events that can be added to a Span.
Expand Down

0 comments on commit fb31e74

Please sign in to comment.