@ConfigurationProperties(prefix="spring.sleuth.jdbc") public class TraceJdbcProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TraceJdbcProperties.DataSourceProxyProperties
Properties for datasource-proxy.
|
static class |
TraceJdbcProperties.P6SpyProperties
Properties for configuring p6spy.
|
| Constructor and Description |
|---|
TraceJdbcProperties() |
| Modifier and Type | Method and Description |
|---|---|
TraceJdbcProperties.DataSourceProxyProperties |
getDatasourceProxy() |
Collection<String> |
getExcludedDataSourceBeanNames() |
List<TraceType> |
getIncludes() |
TraceJdbcProperties.P6SpyProperties |
getP6spy() |
boolean |
isEnabled() |
void |
setDatasourceProxy(TraceJdbcProperties.DataSourceProxyProperties datasourceProxy) |
void |
setEnabled(boolean enabled) |
void |
setExcludedDataSourceBeanNames(Collection<String> excludedDataSourceBeanNames) |
void |
setIncludes(List<TraceType> includes) |
void |
setP6spy(TraceJdbcProperties.P6SpyProperties p6spy) |
public boolean isEnabled()
public Collection<String> getExcludedDataSourceBeanNames()
public TraceJdbcProperties.DataSourceProxyProperties getDatasourceProxy()
public TraceJdbcProperties.P6SpyProperties getP6spy()
public void setEnabled(boolean enabled)
public void setExcludedDataSourceBeanNames(Collection<String> excludedDataSourceBeanNames)
public void setDatasourceProxy(TraceJdbcProperties.DataSourceProxyProperties datasourceProxy)
public void setP6spy(TraceJdbcProperties.P6SpyProperties p6spy)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.