Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2023-09-18 | [chore]: Bump ↵ | 1 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.17.0 to 1.18.0 (#2207) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
2023-09-07 | [feature] Support OTLP HTTP, drop Jaeger (#2184) | 1 | ||
* [feature] Add http trace exporter, drop Jaeger Jaeger supports ingesting traces using the OpenTelemetry gRPC or HTTP methods. The Jaeger project has deprecated the old jaeger transport. * Add support for submitting traces over HTTP * Drop support for the old Jaeger protocol * Upgrade the trace libraries to v1.17 Fixes: #2176 Fixes: #2179 |