I have my setup with sleuth (spring-cloud-starter-sleuth) and zipkin (spring-cloud-sleuth-zipkin) which works perfectly fine. At the same time I would like to log to ELK duration of the requests. I was trying to get this information from currentSpan like
tracer.currentSpan().context()
but I don't see anything related to duration or start time. Any ideas how I can get duration or when current span (request) was started?