You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.