Uses of Class
com.google.cloud.spring.autoconfigure.trace.GcpTraceProperties
Packages that use GcpTraceProperties
Package
Description
Auto-configuration for Spring Cloud GCP Trace module.
-
Uses of GcpTraceProperties in com.google.cloud.spring.autoconfigure.trace
Methods in com.google.cloud.spring.autoconfigure.trace with parameters of type GcpTracePropertiesModifier and TypeMethodDescriptionzipkin2.reporter.AsyncReporter<zipkin2.Span>StackdriverTraceAutoConfiguration.stackdriverReporter(zipkin2.reporter.ReporterMetrics reporterMetrics, GcpTraceProperties trace, zipkin2.reporter.Sender sender) zipkin2.reporter.SenderStackdriverTraceAutoConfiguration.stackdriverSender(GcpTraceProperties traceProperties, com.google.api.gax.core.ExecutorProvider executorProvider, io.grpc.ManagedChannel channel) com.google.api.gax.core.ExecutorProviderStackdriverTraceAutoConfiguration.traceExecutorProvider(GcpTraceProperties traceProperties, Optional<org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler> userProvidedScheduler) Constructors in com.google.cloud.spring.autoconfigure.trace with parameters of type GcpTracePropertiesModifierConstructorDescriptionStackdriverTraceAutoConfiguration(GcpProjectIdProvider gcpProjectIdProvider, com.google.api.gax.core.CredentialsProvider credentialsProvider, GcpTraceProperties gcpTraceProperties)