public interface TraceListenerStrategySpanCustomizer<T extends CommonDataSource>
TraceListenerStrategy client span.| Modifier and Type | Method and Description |
|---|---|
void |
customizeConnectionSpan(T dataSource,
Span.Builder spanBuilder)
Customizes the client database span.
|
boolean |
isApplicable(CommonDataSource dataSource) |
void customizeConnectionSpan(T dataSource, Span.Builder spanBuilder)
dataSource - data source for which we're building the spanspanBuilder - span builderboolean isApplicable(CommonDataSource dataSource)
dataSource - data source for which we're building the spantrue when this customizer can be appliedCopyright © 2023 Pivotal Software, Inc.. All rights reserved.