Google Cloud Apigee V1Trace Sampling Config Args
data class GoogleCloudApigeeV1TraceSamplingConfigArgs(val sampler: Output<GoogleCloudApigeeV1TraceSamplingConfigSampler>? = null, val samplingRate: Output<Double>? = null) : ConvertibleToJava<GoogleCloudApigeeV1TraceSamplingConfigArgs>
TraceSamplingConfig represents the detail settings of distributed tracing. Only the fields that are defined in the distributed trace configuration can be overridden using the distribute trace configuration override APIs.
Constructors
Link copied to clipboard
fun GoogleCloudApigeeV1TraceSamplingConfigArgs(sampler: Output<GoogleCloudApigeeV1TraceSamplingConfigSampler>? = null, samplingRate: Output<Double>? = null)