| Package | Description |
|---|---|
| org.springframework.cloud.sleuth.instrument.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static TraceType |
TraceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceType[] |
TraceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TraceJdbcEventListener(org.springframework.beans.factory.BeanFactory beanFactory,
DataSourceNameResolver dataSourceNameResolver,
List<TraceType> traceTypes,
boolean includeParameterValues,
List<TraceListenerStrategySpanCustomizer<? super CommonDataSource>> customizers) |
TraceJdbcEventListener(Tracer tracer,
DataSourceNameResolver dataSourceNameResolver,
List<TraceType> traceTypes,
boolean includeParameterValues,
List<TraceListenerStrategySpanCustomizer<? super CommonDataSource>> customizers) |
TraceQueryExecutionListener(org.springframework.beans.factory.BeanFactory beanFactory,
List<TraceType> traceTypes,
List<TraceListenerStrategySpanCustomizer<? super CommonDataSource>> customizers) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.