Interface AwsSdkTelemetryConfig.MessagingConfig.ExperimentalConfig

Enclosing interface:
AwsSdkTelemetryConfig.MessagingConfig

public static interface AwsSdkTelemetryConfig.MessagingConfig.ExperimentalConfig
  • Method Details

    • captureHeaders

      Optional<List<String>> captureHeaders()
      Configures the messaging headers that will be captured as span attributes.
    • receiveTelemetryEnabled

      @WithName("receive-telemetry.enabled") @WithDefault("false") Optional<Boolean> receiveTelemetryEnabled()
      Set whether to capture the consumer message receive telemetry in messaging instrumentation. Note that this will cause the consumer side to start a new trace, with only a span link connecting it to the producer trace.