Class LoggingConfiguration.GcpTracingConfig
java.lang.Object
io.quarkiverse.googlecloudservices.logging.runtime.LoggingConfiguration.GcpTracingConfig
- Enclosing class:
- LoggingConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="true") public boolean enabledUse this setting to determine if extracted trace ID's should also be forwarded to GCP for linking with GCP Operations Tracing. -
projectId
If the GCP Operations Tracing is in another project, configure it here. By default the logging project will be used.
-
-
Constructor Details
-
GcpTracingConfig
public GcpTracingConfig()
-