Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addOperation(ResultSetOperation) - Method in class net.ttddyy.observation.tracing.ResultSetContext
- afterMethod(MethodExecutionContext) - Method in class net.ttddyy.observation.boot.event.JdbcEventPublishingListener
- afterMethod(MethodExecutionContext) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- afterQuery(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.boot.event.JdbcEventPublishingListener
- afterQuery(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
B
- beforeMethod(MethodExecutionContext) - Method in class net.ttddyy.observation.boot.event.JdbcEventPublishingListener
- beforeMethod(MethodExecutionContext) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- beforeQuery(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.boot.event.JdbcEventPublishingListener
- beforeQuery(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
C
- clearOperations() - Method in class net.ttddyy.observation.tracing.ResultSetContext
- COMMONS - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
-
Log using Commons.
- CONCRETE - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceType
-
Use ProxyDataSource from datasource-proxy
- configure(ProxyDataSourceBuilder) - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer
- CONNECTION - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
-
Related to JDBC connections.
- CONNECTION - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
-
Span created when a JDBC connection takes place.
- CONNECTION_ACQUIRED - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
-
When the connection is acquired.
- CONNECTION_COMMIT - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
-
When the connection is committed.
- CONNECTION_ROLLBACK - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
-
When the connection is rolled back.
- ConnectionAttributes() - Constructor for class net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes
- ConnectionAttributesManager - Interface in net.ttddyy.observation.tracing
-
Manage attributes that belong to each connection.
- ConnectionAttributesManager.ConnectionAttributes - Class in net.ttddyy.observation.tracing
- ConnectionAttributesManager.ResultSetAttributes - Class in net.ttddyy.observation.tracing
- ConnectionAttributesManager.ResultSetAttributesManager - Class in net.ttddyy.observation.tracing
- ConnectionContext - Class in net.ttddyy.observation.tracing
-
Context
forConnection
related operations. - ConnectionContext() - Constructor for class net.ttddyy.observation.tracing.ConnectionContext
- ConnectionObservationConvention - Interface in net.ttddyy.observation.tracing
-
A
ObservationConvention
for connection. - ConnectionTracingObservationHandler - Class in net.ttddyy.observation.tracing
-
A
TracingObservationHandler
for connection. - ConnectionTracingObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
- customize(ProxyDataSourceBuilder, DataSource, String, String) - Method in interface net.ttddyy.observation.boot.autoconfigure.ProxyDataSourceBuilderCustomizer
-
A callback to customize the given
ProxyDataSourceBuilder
. - customizeSenderSpan(DataSourceBaseContext, Span) - Method in class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
- customizeSenderSpan(DataSourceBaseContext, Span) - Method in class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler
D
- DATASOURCE_DRIVER - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
-
Name of the JDBC datasource driver.
- DATASOURCE_NAME - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
-
Name of the JDBC datasource.
- DATASOURCE_NAME - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.GeneratedKeysLowCardinalityKeyNames
-
Name of the JDBC datasource.
- DATASOURCE_NAME - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryLowCardinalityKeyNames
-
Name of the JDBC datasource.
- DATASOURCE_NAME - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetLowCardinalityKeyNames
-
Name of the JDBC datasource.
- DATASOURCE_POOL - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
-
Name of the JDBC datasource pool.
- DataSourceBaseContext - Class in net.ttddyy.observation.tracing
-
Base
Context
for datasource observation context classes. - DataSourceBaseContext() - Constructor for class net.ttddyy.observation.tracing.DataSourceBaseContext
- DataSourceBaseObservationHandler - Class in net.ttddyy.observation.tracing
-
A base class of tracing observation handler for JDBC operations.
- DataSourceBaseObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler
- dataSourceNameResolver() - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
- DataSourceNameResolver - Interface in net.ttddyy.observation.boot.autoconfigure
-
Resolve
DataSource
name. - DataSourceObservationAutoConfiguration - Class in net.ttddyy.observation.boot.autoconfigure
-
Auto-configuration
for Micrometer Observation instrumentation forDataSource
. - DataSourceObservationAutoConfiguration() - Constructor for class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
- dataSourceObservationBeanPostProcessor(ObjectProvider<JdbcProperties>, ObjectProvider<DataSourceNameResolver>, ObjectProvider<QueryExecutionListener>, ObjectProvider<MethodExecutionListener>, ObjectProvider<ParameterTransformer>, ObjectProvider<QueryTransformer>, ObjectProvider<ResultSetProxyLogicFactory>, ObjectProvider<ResultSetProxyLogicFactory>, ObjectProvider<DataSourceProxyConnectionIdManagerProvider>, ObjectProvider<ProxyDataSourceBuilderCustomizer>) - Static method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
- DataSourceObservationBeanPostProcessor - Class in net.ttddyy.observation.boot.autoconfigure
-
A
BeanPostProcessor
to instrumentDataSource
beans. - DataSourceObservationBeanPostProcessor(ObjectProvider<JdbcProperties>, ObjectProvider<DataSourceNameResolver>, ObjectProvider<QueryExecutionListener>, ObjectProvider<MethodExecutionListener>, ObjectProvider<ParameterTransformer>, ObjectProvider<QueryTransformer>, ObjectProvider<ResultSetProxyLogicFactory>, ObjectProvider<ResultSetProxyLogicFactory>, ObjectProvider<DataSourceProxyConnectionIdManagerProvider>, ObjectProvider<ProxyDataSourceBuilderCustomizer>) - Constructor for class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor
- dataSourceObservationListener(ObjectProvider<ObservationRegistry>, JdbcProperties, ObjectProvider<ObservationConvention<?>>) - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
- DataSourceObservationListener - Class in net.ttddyy.observation.tracing
-
Datasource-proxy listener implementation for JDBC observation.
- DataSourceObservationListener(ObservationRegistry) - Constructor for class net.ttddyy.observation.tracing.DataSourceObservationListener
- DataSourceObservationListener(Supplier<ObservationRegistry>) - Constructor for class net.ttddyy.observation.tracing.DataSourceObservationListener
- DataSourceProxy() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- DataSourceProxyBuilderConfigurer - Class in net.ttddyy.observation.boot.autoconfigure
-
Configurer
ProxyDataSourceBuilder
based on theJdbcProperties
and other optional beans. - DataSourceProxyBuilderConfigurer(JdbcProperties, List<QueryExecutionListener>, List<MethodExecutionListener>, ParameterTransformer, QueryTransformer, ResultSetProxyLogicFactory, ResultSetProxyLogicFactory, DataSourceProxyConnectionIdManagerProvider) - Constructor for class net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer
- DataSourceProxyConnectionIdManagerProvider - Interface in net.ttddyy.observation.boot.autoconfigure
-
Supplier of a
ConnectionIdManager
. - DefaultConnectionAttributesManager - Class in net.ttddyy.observation.tracing
-
Default implementation of
ConnectionAttributesManager
. - DefaultConnectionAttributesManager() - Constructor for class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
- DefaultDataSourceNameResolver - Class in net.ttddyy.observation.boot.autoconfigure
-
Default implementation for
DataSourceNameResolver
. - DefaultDataSourceNameResolver() - Constructor for class net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver
- DefaultQueryParametersSpanTagProvider - Class in net.ttddyy.observation.tracing
-
Default implementation for
QueryParametersSpanTagProvider
leveraging methods provided byDefaultQueryLogEntryCreator
. - DefaultQueryParametersSpanTagProvider() - Constructor for class net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider
E
- Event() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Event
- EVENT_PUBLISHING_LISTENER_ORDER - Static variable in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
F
- FETCH - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
-
Related to ResultSets.
G
- GENERATED_KEYS - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
-
Span created when generated keys are returned.
- GeneratedKeysObservationConvention - Interface in net.ttddyy.observation.tracing
-
A
ObservationConvention
for generated keys. - get(String) - Method in interface net.ttddyy.observation.tracing.ConnectionAttributesManager
- get(String) - Method in class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
- getAffectedRowCount() - Method in class net.ttddyy.observation.tracing.QueryContext
- getArgs() - Method in class net.ttddyy.observation.tracing.ResultSetOperation
- getCount() - Method in class net.ttddyy.observation.tracing.ResultSetContext
- getDataSource() - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- getDataSourceName() - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- getDatasourceProxy() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- getEvent() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- getExcludedDataSourceBeanNames() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- getExecInfo() - Method in class net.ttddyy.observation.boot.event.JdbcQueryExecutionEvent
- getExecutionContext() - Method in class net.ttddyy.observation.boot.event.JdbcMethodExecutionEvent
- getHighCardinalityKeyValues(QueryContext) - Method in interface net.ttddyy.observation.tracing.QueryObservationConvention
- getHighCardinalityKeyValues(ResultSetContext) - Method in interface net.ttddyy.observation.tracing.GeneratedKeysObservationConvention
- getHighCardinalityKeyValues(ResultSetContext) - Method in interface net.ttddyy.observation.tracing.ResultSetObservationConvention
- getHost() - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- getIncludes() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- getLoggerName() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
- getLoggerName() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- getLogging() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- getLogLevel() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
- getLogLevel() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- getLowCardinalityKeyValues(ConnectionContext) - Method in interface net.ttddyy.observation.tracing.ConnectionObservationConvention
- getLowCardinalityKeyValues(QueryContext) - Method in interface net.ttddyy.observation.tracing.QueryObservationConvention
- getLowCardinalityKeyValues(ResultSetContext) - Method in interface net.ttddyy.observation.tracing.ResultSetObservationConvention
- getMethod() - Method in class net.ttddyy.observation.tracing.ResultSetOperation
- getName() - Method in interface net.ttddyy.observation.tracing.ConnectionObservationConvention
- getName() - Method in interface net.ttddyy.observation.tracing.QueryObservationConvention
- getName() - Method in interface net.ttddyy.observation.tracing.ResultSetObservationConvention
- getOperations() - Method in class net.ttddyy.observation.tracing.ResultSetContext
- getParameters(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider
- getParameters(ExecutionInfo, List<QueryInfo>) - Method in interface net.ttddyy.observation.tracing.QueryParametersSpanTagProvider
- getParams() - Method in class net.ttddyy.observation.tracing.QueryContext
- getPort() - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- getQueries() - Method in class net.ttddyy.observation.tracing.QueryContext
- getQuery() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- getQueryInfoList() - Method in class net.ttddyy.observation.boot.event.JdbcQueryExecutionEvent
- getResult() - Method in class net.ttddyy.observation.tracing.ResultSetOperation
- getSlowQuery() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- getThreshold() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- getThrown() - Method in class net.ttddyy.observation.tracing.ResultSetOperation
- getType() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
H
- HikariJdbcObservationFilter - Class in net.ttddyy.observation.tracing
-
A
ObservationFilter
to populate HikariCP specific information. - HikariJdbcObservationFilter() - Constructor for class net.ttddyy.observation.tracing.HikariJdbcObservationFilter
I
- incrementCount() - Method in class net.ttddyy.observation.tracing.ResultSetContext
- isAfter() - Method in class net.ttddyy.observation.boot.event.JdbcMethodExecutionEvent
-
true
when the event is published right after performing the method. - isAfter() - Method in class net.ttddyy.observation.boot.event.JdbcQueryExecutionEvent
-
true
when the event is published right after executing queries. - isBefore() - Method in class net.ttddyy.observation.boot.event.JdbcMethodExecutionEvent
-
true
when the event is published right before performing the method. - isBefore() - Method in class net.ttddyy.observation.boot.event.JdbcQueryExecutionEvent
-
true
when the event is published right before executing queries. - isDataRetrievalOperation(ResultSetOperation) - Static method in class net.ttddyy.observation.tracing.ResultSetOperation
- isEnabled() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Event
- isEnableLogging() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
- isEnableLogging() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- isIncludeParameterValues() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- isJsonFormat() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- isMultiline() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
J
- JdbcEvent - Class in net.ttddyy.observation.boot.event
-
Base class for JDBC event.
- JdbcEvent(Object) - Constructor for class net.ttddyy.observation.boot.event.JdbcEvent
- JdbcEventPublishingListener - Class in net.ttddyy.observation.boot.event
-
A datasource-proxy listener that publishes spring events for jdbc interactions.
- JdbcEventPublishingListener(ApplicationEventPublisher) - Constructor for class net.ttddyy.observation.boot.event.JdbcEventPublishingListener
- JdbcMethodExecutionEvent - Class in net.ttddyy.observation.boot.event
-
An event published when JDBC proxy methods are invoked.
- JdbcMethodExecutionEvent(boolean, MethodExecutionContext) - Constructor for class net.ttddyy.observation.boot.event.JdbcMethodExecutionEvent
- JdbcObservationDocumentation - Enum Class in net.ttddyy.observation.tracing
-
ObservationDocumentation
for JDBC operations. - JdbcObservationDocumentation.ConnectionKeyNames - Enum Class in net.ttddyy.observation.tracing
- JdbcObservationDocumentation.GeneratedKeysHighCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
- JdbcObservationDocumentation.GeneratedKeysLowCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
- JdbcObservationDocumentation.JdbcEvents - Enum Class in net.ttddyy.observation.tracing
- JdbcObservationDocumentation.QueryHighCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
- JdbcObservationDocumentation.QueryLowCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
- JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
- JdbcObservationDocumentation.ResultSetLowCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
- JdbcProperties - Class in net.ttddyy.observation.boot.autoconfigure
-
Configuration properties for JDBC instrumentation.
- JdbcProperties() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- JdbcProperties.DataSourceProxy - Class in net.ttddyy.observation.boot.autoconfigure
- JdbcProperties.DataSourceType - Enum Class in net.ttddyy.observation.boot.autoconfigure
- JdbcProperties.Event - Class in net.ttddyy.observation.boot.autoconfigure
- JdbcProperties.Logging - Enum Class in net.ttddyy.observation.boot.autoconfigure
-
Query logging listener is the most used listener that logs executing query with actual parameters to.
- JdbcProperties.Query - Class in net.ttddyy.observation.boot.autoconfigure
-
Properties to configure query logging listener.
- JdbcProperties.SlowQuery - Class in net.ttddyy.observation.boot.autoconfigure
-
Properties to configure slow query logging listener.
- JdbcProperties.TraceType - Enum Class in net.ttddyy.observation.boot.autoconfigure
- JdbcQueryExecutionEvent - Class in net.ttddyy.observation.boot.event
-
An event published when queries are executed.
- JdbcQueryExecutionEvent(boolean, ExecutionInfo, List<QueryInfo>) - Constructor for class net.ttddyy.observation.boot.event.JdbcQueryExecutionEvent
- JUL - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
-
Log using Java Util Logging.
K
- KEYS - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
-
Related to generated keys.
- KEYS - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.GeneratedKeysHighCardinalityKeyNames
-
Generated keys.
L
- LOG4J - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
-
Log using Log4j.
M
- map(Observation.Context) - Method in class net.ttddyy.observation.tracing.HikariJdbcObservationFilter
N
- net.ttddyy.observation.boot.autoconfigure - package net.ttddyy.observation.boot.autoconfigure
- net.ttddyy.observation.boot.event - package net.ttddyy.observation.boot.event
- net.ttddyy.observation.tracing - package net.ttddyy.observation.tracing
-
Tracing observation.
O
- OBSERVATION_LISTENER_ORDER - Static variable in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
- observationConnectionIdManagerProvider() - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
P
- postProcessAfterInitialization(Object, String) - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor
- PROXY - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceType
-
Use a JDK proxy
- ProxyDataSourceBuilderCustomizer - Interface in net.ttddyy.observation.boot.autoconfigure
-
A customizer for
ProxyDataSourceBuilder
. - put(String, ConnectionAttributesManager.ConnectionAttributes) - Method in interface net.ttddyy.observation.tracing.ConnectionAttributesManager
- put(String, ConnectionAttributesManager.ConnectionAttributes) - Method in class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
Q
- Query() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
- QUERY - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
-
Related to query executions.
- QUERY - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
-
Span created when executing a query.
- QUERY - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
-
Name of the JDBC query.
- QUERY_PARAMETERS - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
-
JDBC query parameter values.
- QueryContext - Class in net.ttddyy.observation.tracing
-
Context
for query execution operations. - QueryContext() - Constructor for class net.ttddyy.observation.tracing.QueryContext
- QueryObservationConvention - Interface in net.ttddyy.observation.tracing
-
A
ObservationConvention
for query. - QueryParametersSpanTagProvider - Interface in net.ttddyy.observation.tracing
-
Provide a tag value for query parameters.
- QueryTracingObservationHandler - Class in net.ttddyy.observation.tracing
-
A
TracingObservationHandler
for query. - QueryTracingObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.QueryTracingObservationHandler
R
- remove(String) - Method in interface net.ttddyy.observation.tracing.ConnectionAttributesManager
- remove(String) - Method in class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
- resolve(String, DataSource) - Method in interface net.ttddyy.observation.boot.autoconfigure.DataSourceNameResolver
- resolve(String, DataSource) - Method in class net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver
- RESULT_SET - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
-
Span created when working with JDBC result set.
- ResultSetAttributes() - Constructor for class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes
- ResultSetAttributesManager() - Constructor for class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager
- ResultSetContext - Class in net.ttddyy.observation.tracing
-
Context
forResultSet
operations. - ResultSetContext() - Constructor for class net.ttddyy.observation.tracing.ResultSetContext
- ResultSetObservationConvention - Interface in net.ttddyy.observation.tracing
-
A
ObservationConvention
for result-set operations. - ResultSetOperation - Class in net.ttddyy.observation.tracing
-
Represent an operation(method call) performed on the proxy
ResultSet
. - ResultSetOperation(Method, Object[], Object, Throwable) - Constructor for class net.ttddyy.observation.tracing.ResultSetOperation
- ResultSetTracingObservationHandler - Class in net.ttddyy.observation.tracing
-
A
TracingObservationHandler
for result-set operations. - ResultSetTracingObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.ResultSetTracingObservationHandler
- ROW_AFFECTED - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
-
Result of "executeUpdate()", "executeLargeUpdate()", "executeBatch()", or "executeLargeBatch()" on "Statement".
- ROW_COUNT - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames
-
Number of SQL rows.
S
- setAffectedRowCount(String) - Method in class net.ttddyy.observation.tracing.QueryContext
- setConnectionAttributesManager(ConnectionAttributesManager) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setConnectionObservationConvention(ConnectionObservationConvention) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setCount(int) - Method in class net.ttddyy.observation.tracing.ResultSetContext
- setDataSource(DataSource) - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- setDataSourceName(String) - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- setDatasourceProxy(JdbcProperties.DataSourceProxy) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- setEnabled(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Event
- setEnableLogging(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
- setEnableLogging(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- setEvent(JdbcProperties.Event) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- setExcludedDataSourceBeanNames(Set<String>) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- setGeneratedKeysObservationConvention(GeneratedKeysObservationConvention) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setHost(String) - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- setIncludeParameterValues(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- setIncludeParameterValues(boolean) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setIncludes(Set<JdbcProperties.TraceType>) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
- setJsonFormat(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- setLoggerName(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
- setLoggerName(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- setLogging(JdbcProperties.Logging) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- setLogLevel(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
- setLogLevel(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- setMultiline(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- setParams(List<String>) - Method in class net.ttddyy.observation.tracing.QueryContext
- setPort(int) - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
- setQueries(List<String>) - Method in class net.ttddyy.observation.tracing.QueryContext
- setQuery(JdbcProperties.Query) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- setQueryObservationConvention(QueryObservationConvention) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setQueryParametersSpanTagProvider(QueryParametersSpanTagProvider) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setResultSetObservationConvention(ResultSetObservationConvention) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setSlowQuery(JdbcProperties.SlowQuery) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- setSupportedTypes(Set<JdbcObservationDocumentation>) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
- setThreshold(long) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- setType(JdbcProperties.DataSourceType) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- SLF4J - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
-
Log using SLF4J.
- SlowQuery() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
- supportsContext(Observation.Context) - Method in interface net.ttddyy.observation.tracing.ConnectionObservationConvention
- supportsContext(Observation.Context) - Method in class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
- supportsContext(Observation.Context) - Method in interface net.ttddyy.observation.tracing.QueryObservationConvention
- supportsContext(Observation.Context) - Method in class net.ttddyy.observation.tracing.QueryTracingObservationHandler
- supportsContext(Observation.Context) - Method in interface net.ttddyy.observation.tracing.ResultSetObservationConvention
- supportsContext(Observation.Context) - Method in class net.ttddyy.observation.tracing.ResultSetTracingObservationHandler
- SYSOUT - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
-
Log using System.out.
V
- valueOf(String) - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.GeneratedKeysHighCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.GeneratedKeysLowCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryLowCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetLowCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.GeneratedKeysHighCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.GeneratedKeysLowCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryLowCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetLowCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form