Skip to content

sdk: Apply attribute value limit for BYTES #7954

@pellared

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.

Metadata

Metadata

Assignees

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

Status

Blocked

Status

In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions