Interface OTelBuildConfig.SecurityEvents
- Enclosing interface:
- OTelBuildConfig
public static interface OTelBuildConfig.SecurityEvents
Quarkus security events exported as the OpenTelemetry Span events.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumSecurity event type. -
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Whether exporting of the security events is enabled.Selects security event types.
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()Whether exporting of the security events is enabled. -
eventTypes
Selects security event types.
-