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

Jaeger link is invalid in integrations page #2361

Closed
Tracked by #2429
chalin opened this issue Feb 18, 2023 · 1 comment · Fixed by #2442
Closed
Tracked by #2429

Jaeger link is invalid in integrations page #2361

chalin opened this issue Feb 18, 2023 · 1 comment · Fixed by #2442
Assignees

Comments

@chalin
Copy link
Contributor

chalin commented Feb 18, 2023

Originally posted by @chalin in #2201 (comment)


@svrnm, the Jaeger link is no longer valid:

$ curl -I https://www.jaegertracing.io/docs/latest/opentelemetry/
HTTP/2 301 
...
location: /docs/1.42/opentelemetry/
...
$ curl -I https://www.jaegertracing.io/docs/1.42/opentelemetry/
HTTP/2 404 

From https://www.jaegertracing.io/docs/1.42/getting-started/:

Historically, the Jaeger project supported its own SDKs (aka tracers, client libraries) that implemented the OpenTracing API. The Client Libraries section provides information about how to use the OpenTracing API and how to initialize and configure Jaeger tracers. As of 2022, the Jaeger SDKs are no longer supported, and all users are advised to migrate to OpenTelemetry.

@yurishkuro
Copy link
Member

I suggest

  • simply point to Jaeger home page, no need to deep-link
  • Add Go to the 2nd column (HotROD and tracegen now use OTEL SDK, more to come)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants