Uses of Class
brave.ErrorParser
-
Packages that use ErrorParser Package Description brave brave.internal.handler -
-
Uses of ErrorParser in brave
Fields in brave declared as ErrorParser Modifier and Type Field Description static ErrorParserErrorParser. NOOPAdds no tags to the span representing the operation in error.Methods in brave that return ErrorParser Modifier and Type Method Description abstract ErrorParserTracing. errorParser()Methods in brave with parameters of type ErrorParser Modifier and Type Method Description Tracing.BuilderTracing.Builder. errorParser(ErrorParser errorParser) -
Uses of ErrorParser in brave.internal.handler
Constructors in brave.internal.handler with parameters of type ErrorParser Constructor Description MutableSpanConverter(ErrorParser errorParser, java.lang.String localServiceName, java.lang.String localIp, int localPort)ZipkinFinishedSpanHandler(zipkin2.reporter.Reporter<zipkin2.Span> spanReporter, ErrorParser errorParser, java.lang.String serviceName, java.lang.String ip, int port, boolean alwaysReportSpans)
-