GoogleCloudApigeeV1TraceSamplingConfigResponse

data class GoogleCloudApigeeV1TraceSamplingConfigResponse(val sampler: String, val samplingRate: Double)

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sampler of distributed tracing. OFF is the default value.

Link copied to clipboard

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