Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Jaeger dependency #900

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Remove Jaeger dependency #900

merged 1 commit into from
Sep 18, 2023

Conversation

dennis-tra
Copy link
Contributor

@dennis-tra dennis-tra commented Sep 18, 2023

This PR changes tracing to use the OpenTelemetry protocol which is also recommended by Jaeger.

go.opentelemetry.io/otel/exporters/jaeger:

Deprecated: This module is no longer supported. OpenTelemetry dropped support for Jaeger exporter in July 2023. Jaeger officially accepts and recommends using OTLP. Use go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp or go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc instead.

Works with the following docker command:

docker run --rm --name jaeger -p 16686:16686 -p 4317:4317 jaegertracing/all-in-one:1.49

Note that jaegertracing/all-in-one version 1.49 is newer than version 1.6 which we often used in the past (5 years old).

@dennis-tra dennis-tra force-pushed the v2-remove-jaeger branch 4 times, most recently from 18dd09a to 96f09ea Compare September 18, 2023 13:07
@@ -73,16 +72,6 @@ func (w *notificationWatcher) Expect(ctx context.Context, expected RoutingNotifi
}
}

// TracingTelemetry may be used to create a Telemetry that traces a test
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was unused

@dennis-tra dennis-tra merged commit 3723b8a into v2-develop Sep 18, 2023
9 checks passed
@dennis-tra dennis-tra deleted the v2-remove-jaeger branch September 18, 2023 13:15
@dennis-tra dennis-tra added the v2 All issues related to the v2 rewrite label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 All issues related to the v2 rewrite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants