Package io.quarkus.amazon.common.runtime
Interface AwsSdkTelemetryConfig.MessagingConfig.ExperimentalConfig
- Enclosing interface:
- AwsSdkTelemetryConfig.MessagingConfig
public static interface AwsSdkTelemetryConfig.MessagingConfig.ExperimentalConfig
-
Method Summary
Modifier and TypeMethodDescriptionConfigures the messaging headers that will be captured as span attributes.Set whether to capture the consumer message receive telemetry in messaging instrumentation.
-
Method Details
-
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.
-