Statistical Profiling Kotlin (on production server)

Zipkin and Jaeger are for tracing rather. And you can add the figures to traces to see, what part of the request was slower.
To display stats, you’d need to process the traces yourself and probably make a dashboard to visualize the data you’re are interested in. Graphana might be a good fit for that.