-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
No way of profiling jaeger-collector #1315
Comments
please do! |
We internally build a different binary, where we had profiling endpoints. Feel free to create a PR to add them. My only open question is whether we need a separate admin port for these things. |
Yes. We don't want the wide world to access those profiling endpoints :-) They can be added to the same "healthcheck" port, as those are also meant to be admin-only. |
What about /metrics? Does it fall in the same category? |
I would say so, yes. |
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com>
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com>
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com>
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com>
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com>
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com>
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com> Add pprof endpoints (jaegertracing#1315)
Signed-off-by: Konrad Galuszka <konrad.galuszka.ctr@sabre.com> Add pprof endpoints (#1315)
Hi,
I was analyzing performance of jaeger-collector to see what objects are allocated and what are the method times after running jaeger under high load.
I've noticed there is no pprof endpoints registered, so I've had to add it and build image myself.
Are there any methods (other than pprof) that you use for profiling?
I can create PR with my changes.
Something similar to this:
Regards, Konrad G
The text was updated successfully, but these errors were encountered: