Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit attribute count and truncate values in ElasticActivityListener
Implement limits to comply with OpenTelemetry specs, capping attributes at 128 and truncating string values to 10,000 characters. This ensures payload size remains manageable and adheres to the defined standards. https://opentelemetry.io/docs/specs/otel/common/#attribute-limits
- Loading branch information