SamplingSettingsResponse

data class SamplingSettingsResponse(val percentage: Double? = null, val samplingType: String? = null)

Sampling settings for Diagnostic.

Constructors

Link copied to clipboard
constructor(percentage: Double? = null, samplingType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val percentage: Double? = null

Rate of sampling for fixed-rate sampling.

Link copied to clipboard
val samplingType: String? = null

Sampling type.