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
logger.Warn("jaeger exporter is deprecated and will be removed in July 2023. See https://github.com/open-telemetry/opentelemetry-specification/pull/2858 for more details.")
Copy file name to clipboardExpand all lines: exporter/jaegerexporter/go.mod
+1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
// Deprecated: jaeger exporter is deprecated and will be removed in July 2023. See https://github.com/open-telemetry/opentelemetry-specification/pull/2858 for more details.
Copy file name to clipboardExpand all lines: exporter/jaegerthrifthttpexporter/README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
# Jaeger Thrift Exporter
1
+
# Deprecated Jaeger Thrift Exporter
2
2
3
3
| Status ||
4
4
| ------------------------ |-----------|
5
-
| Stability |[beta]|
5
+
| Stability |[deprecated]|
6
6
| Supported pipeline types | traces |
7
7
| Distributions |[contrib]|
8
8
9
+
This exporter is being deprecated and will be removed in July 2023 as Jaeger support OTLP directly.
10
+
9
11
This exporter supports sending trace data to [Jaeger](https://www.jaegertracing.io) over Thrift HTTP.
10
12
11
13
*WARNING:* The [Jaeger gRPC Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/jaegerexporter) is the recommended one for exporting traces from an OpenTelemetry Collector to Jaeger. This Jaeger Thrift Exporter should only be used to export traces to a Jaeger Collector that is unable to expose the [gRPC API](https://www.jaegertracing.io/docs/1.27/apis/#protobuf-via-grpc-stable).
@@ -40,5 +42,5 @@ with detailed sample configurations [here](testdata/config.yaml).
40
42
This exporter also offers proxy support as documented
logger.Warn("jaeger_thrift exporter is deprecated and will be removed in July 2023. See https://github.com/open-telemetry/opentelemetry-specification/pull/2858 for more details.")
Copy file name to clipboardExpand all lines: exporter/jaegerthrifthttpexporter/go.mod
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
// Deprecated: jaeger exporter is deprecated and will be removed in July 2023. See https://github.com/open-telemetry/opentelemetry-specification/pull/2858 for more details.
0 commit comments