| Package | Description |
|---|---|
| io.honeycomb.beeline.tracing.propagation | |
| io.honeycomb.beeline.tracing.utils |
| Modifier and Type | Method | Description |
|---|---|---|
BeelineServletFilter.Builder |
BeelineServletFilter.Builder.setPathMatcher(PathMatcher pathMatcher) |
Set the path matcher to use when matching on request paths.
|
| Constructor | Description |
|---|---|
BeelineServletFilter(String serviceName,
Beeline beeline,
List<String> includePaths,
List<String> excludePaths,
Function<javax.servlet.http.HttpServletRequest,String> requestToRedispatchSpanName,
Function<HttpServerRequestAdapter,String> requestToSpanName,
PathMatcher pathMatcher) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AntPathMatcher |
PathMatcher implementation for Ant-style path patterns. |
Copyright © 2019–2020 Honeycomb. All rights reserved.