Interface DataSourceJdbcTracingRuntimeConfig


@Deprecated(forRemoval=true, since="3.16") public interface DataSourceJdbcTracingRuntimeConfig
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of OpenTelemetry DataSourceJdbcRuntimeConfig.telemetry()
  • Method Summary

    Modifier and Type
    Method
    Description
    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 traced
    boolean
    Deprecated, 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