api

http4k / org.http4k.filter / ServerFilters / RequestTracing

RequestTracing

object RequestTracing

Adds Zipkin request tracing headers to the incoming request and outbound response. (traceid, spanid, parentspanid)

Functions

Name Summary
invoke operator fun invoke(startReportFn: (Request, ZipkinTraces) -> Unit = { _, _ -> }, endReportFn: (Request, Response, ZipkinTraces) -> Unit = { _, _, _ -> }): Filter