HttpTransaction

constructor(request: Request, response: Response, duration: Duration, labels: Map<String, String> = when { response is ResponseWithRoute -> mapOf(ROUTING_GROUP_LABEL to response.xUriTemplate.toString()) request is RequestWithRoute -> mapOf(ROUTING_GROUP_LABEL to request.xUriTemplate.toString()) else -> emptyMap() })