Class MethodAndPathServerRequestParser
- java.lang.Object
-
- brave.http.HttpRequestParser.Default
-
- com.atlassian.confluence.util.zipkin.impl.MethodAndPathServerRequestParser
-
- All Implemented Interfaces:
brave.http.HttpRequestParser
public class MethodAndPathServerRequestParser extends brave.http.HttpRequestParser.Default
Customizes how spans are named to include the http method and path.- Since:
- 7.14.0
-
-
Constructor Summary
Constructors Constructor Description MethodAndPathServerRequestParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
spanName(brave.http.HttpRequest req, brave.propagation.TraceContext context)
-
-
-
Method Detail
-
spanName
protected String spanName(brave.http.HttpRequest req, brave.propagation.TraceContext context)
- Overrides:
spanName
in classbrave.http.HttpRequestParser.Default
-
-