NodePoolKubeletConfigurationTracing

data class NodePoolKubeletConfigurationTracing(val endpoint: String? = null, val samplingRatePerMillion: String? = null)

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, samplingRatePerMillion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

The endpoint of the collector.

Link copied to clipboard

Number of samples to be collected per million span.