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

Add an optional OpenTelemetry Collector in front of Jaeger #21

Closed
kolomiets opened this issue May 6, 2022 · 0 comments · Fixed by #22
Closed

Add an optional OpenTelemetry Collector in front of Jaeger #21

kolomiets opened this issue May 6, 2022 · 0 comments · Fixed by #22
Assignees
Labels
enhancement New feature or request

Comments

@kolomiets
Copy link
Owner

For certain OTEL distributions that do not provide Jaeger Exporter (AWS Distro for OpenTelemetry) it's difficult to utilize Jaeger. In order to address that, a simple instance of OpenTelemetry Collector pre-configured to receive traces via OTLP and export them to Jaeger may be deployed.

Provide the following parameters to the entry templates:

  • OpenTelemetryCollector (Yes/No)
  • OpenTelemetryCollectorVersion (default: 0.50.0)

If deployed, the main Jaeger load balancer will expose OTLP receiver endpoint on normal 4317 port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant