Uses of Enum
org.springframework.cloud.sleuth.instrument.jdbc.TraceType
Packages that use TraceType
-
Uses of TraceType in org.springframework.cloud.sleuth.instrument.jdbc
Methods in org.springframework.cloud.sleuth.instrument.jdbc that return TraceTypeModifier and TypeMethodDescriptionstatic TraceTypeReturns 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 parameters in org.springframework.cloud.sleuth.instrument.jdbc with type arguments of type TraceTypeModifierConstructorDescriptionTraceJdbcEventListener(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)