1.43.0
·
22 commits
to master
since this release
New Features
- OTLP: Add support for OpenTelemetry Protocol (OTLP) traces via HTTP endpoint
v1/traceson port 4318 and GRPC server on port 4317. The endpoint accepts both application/json and application/x-protobuf content types. Session endpoint/test/session/tracesallows retrieval of captured traces for validation. - Add a new
meta_events_is_valid_jsoncheck that validatesmeta.eventscontains a valid JSON array when present. Normalizemeta.eventsattribute key ordering during snapshot generation and comparison to ensure snapshot tests pass regardless of the iteration order of tracer-side hash maps.