Class LoggingConfiguration.GcpTracingConfig

java.lang.Object
io.quarkiverse.googlecloudservices.logging.runtime.LoggingConfiguration.GcpTracingConfig
Enclosing class:
LoggingConfiguration

public static class LoggingConfiguration.GcpTracingConfig extends Object
  • Field Details

    • enabled

      @ConfigItem(defaultValue="true") public boolean enabled
      Use this setting to determine if extracted trace ID's should also be forwarded to GCP for linking with GCP Operations Tracing.
    • projectId

      @ConfigItem public Optional<String> 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()