Class HandlerParser

java.lang.Object
brave.spring.webmvc.HandlerParser

public class HandlerParser
extends Object
Spring MVC specific type used to customize traced requests based on the handler.

Note: This should not duplicate data added by HttpTracing. For example, this should not add the tag "http.url".

Tagging policy adopted from spring cloud sleuth 1.3.x