Skip to content

sdk: Apply attribute value limit for BYTES #7954

Description

@pellared

Blocked by:

We have to comply with SDK attribute value limit https://opentelemetry.io/docs/specs/otel/common/#attribute-limits

if it is a byte array, if its length exceeds that limit (counting each byte as 1), SDKs MUST truncate that value, so that its length is at most equal to the limit,

As of now the limits seem applicable only for span attributes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

area:logsPart of OpenTelemetry logsarea:metricsPart of OpenTelemetry Metricsarea:resourcesPart of OpenTelemetry resourcesarea:tracePart of OpenTelemetry tracingenhancementNew feature or requestpkg:SDKRelated to an SDK package

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions