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.BytesMessageSender
StackdriverTraceAutoConfiguration.stackdriverSender
(GcpTraceProperties traceProperties, com.google.api.gax.core.ExecutorProvider executorProvider, io.grpc.ManagedChannel channel) brave.handler.SpanHandler
StackdriverTraceAutoConfiguration.stackdriverSpanHandler
(zipkin2.reporter.BytesMessageSender sender, zipkin2.reporter.BytesEncoder<brave.handler.MutableSpan> encoder, zipkin2.reporter.ReporterMetrics reporterMetrics, GcpTraceProperties trace) com.google.api.gax.core.ExecutorProvider
StackdriverTraceAutoConfiguration.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)