Skip to content

1.32.0

Latest
Compare
Choose a tag to compare
@mabdinur mabdinur released this 22 Aug 13:26
· 1 commit to master since this release
ec21f8c

New Features

  • otel: Adds OpenTelemetry Protocol (OTLP) v1.7.0 logs support via HTTP endpoint /v1/logs on port 4318.
  • otel: Adds OpenTelemetry Protocol (OTLP) v1.7.0 logs support via GRPC on port 4317.
  • otel: Adds OpenTelemetry Protocol (OTLP) v1.7.0 metrics support via HTTP endpoint /v1/metrics on port 4318 and GRPC on port 4317. Supports receiving all OTLP metric types including Gauge, Sum, Histogram, ExponentialHistogram, and Summary.
  • core: Add support for the /v1.0/traces endpoint on the trace-agent, for now these payloads are converted automatically to the "v4" format for ease of adoption.