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

Performance Issue with JWKS Endpoint When Zipkin Open Tracing is Enabled #3518

Open
dilshanfardil opened this issue Jan 12, 2025 · 0 comments
Labels

Comments

@dilshanfardil
Copy link

Description

When we enabling Zipkin open tracing caused the JWKS endpoint, exposed through the GW server, to experience slowness. However, when tracing was disabled, the JWKS endpoint responded quickly.

Steps to Reproduce

  1. Enable the tracing as shown below
[apim.open_telemetry]
remote_tracer.enable = true
remote_tracer.name = "zipkin"
remote_tracer.hostname = "localhost"
remote_tracer.port = "9411"
  1. Invoke the JWKs endpoint
  2. You can enable the apache client wire to capture the internal request.

Version

4.2.0

Environment Details (with versions)

No response

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

No branches or pull requests

1 participant