Class JdbcProperties
java.lang.Object
net.ttddyy.observation.boot.autoconfigure.JdbcProperties
Configuration properties for JDBC instrumentation.
- Author:
- Arthur Gavlyukovskiy, Tadaya Tsuyukubo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static class
static enum
Query logging listener is the most used listener that logs executing query with actual parameters to.static class
Properties to configure query logging listener.static class
Properties to configure slow query logging listener.static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
void
setDatasourceProxy
(JdbcProperties.DataSourceProxy datasourceProxy) void
setEvent
(JdbcProperties.Event event) void
setExcludedDataSourceBeanNames
(Set<String> excludedDataSourceBeanNames) void
setIncludes
(Set<JdbcProperties.TraceType> includes)
-
Constructor Details
-
JdbcProperties
public JdbcProperties()
-
-
Method Details
-
getIncludes
-
setIncludes
-
getExcludedDataSourceBeanNames
-
setExcludedDataSourceBeanNames
-
getDatasourceProxy
-
setDatasourceProxy
-
getEvent
-
setEvent
-