Package io.quarkus.agroal.runtime
Interface DataSourceJdbcTracingRuntimeConfig
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionenabled()Deprecated, for removal: This API element is subject to removal in a future version.Enable JDBC tracing.Deprecated, for removal: This API element is subject to removal in a future version.Ignore specific queries from being tracedbooleanDeprecated, for removal: This API element is subject to removal in a future version.Trace calls with active Spans only
-
Method Details
-
enabled
@ConfigDocDefault("false if quarkus.datasource.jdbc.tracing=false and true if quarkus.datasource.jdbc.tracing=true") Optional<Boolean> enabled()Deprecated, for removal: This API element is subject to removal in a future version.Enable JDBC tracing. -
traceWithActiveSpanOnly
@WithDefault("false") boolean traceWithActiveSpanOnly()Deprecated, for removal: This API element is subject to removal in a future version.Trace calls with active Spans only -
ignoreForTracing
@ConfigDocDefault("Ignore specific queries from being traced, multiple queries can be specified separated by semicolon, double quotes should be escaped with \\") Optional<String> ignoreForTracing()Deprecated, for removal: This API element is subject to removal in a future version.Ignore specific queries from being traced
-
DataSourceJdbcRuntimeConfig.telemetry()