Skip to content

1.43.0

Choose a tag to compare

@zacharycmontoya zacharycmontoya released this 24 Feb 09:52
· 22 commits to master since this release
ebf86c8

New Features

  • OTLP: Add support for OpenTelemetry Protocol (OTLP) traces via HTTP endpoint v1/traces on port 4318 and GRPC server on port 4317. The endpoint accepts both application/json and application/x-protobuf content types. Session endpoint /test/session/traces allows retrieval of captured traces for validation.
  • Add a new meta_events_is_valid_json check that validates meta.events contains a valid JSON array when present. Normalize meta.events attribute key ordering during snapshot generation and comparison to ensure snapshot tests pass regardless of the iteration order of tracer-side hash maps.