private Long tracingHeaderFrom(MvcResult mvcResult) {
   return Span.fromHex(mvcResult.getResponse().getHeader(Span.TRACE_ID_NAME));
 }