GoogleCloudApigeeV1TraceSamplingConfigArgs

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

fun GoogleCloudApigeeV1TraceSamplingConfigArgs(sampler: Output<GoogleCloudApigeeV1TraceSamplingConfigSampler>? = null, samplingRate: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1TraceSamplingConfigArgs

Properties

Link copied to clipboard

Sampler of distributed tracing. OFF is the default value.

Link copied to clipboard
val samplingRate: Output<Double>? = null

Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are 0 and <= 0.5.