SyntheticTaskCommonSetting

data class SyntheticTaskCommonSetting(val customHost: SyntheticTaskCommonSettingCustomHost? = null, val ipType: Int? = null, val isOpenTrace: Boolean? = null, val monitorSamples: Int? = null, val traceClientType: Int? = null, val xtraceRegion: String? = null)

Constructors

Link copied to clipboard
constructor(customHost: SyntheticTaskCommonSettingCustomHost? = null, ipType: Int? = null, isOpenTrace: Boolean? = null, monitorSamples: Int? = null, traceClientType: Int? = null, xtraceRegion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom host. See custom_host below.

Link copied to clipboard
val ipType: Int? = null

IpType.

Link copied to clipboard
val isOpenTrace: Boolean? = null

Whether to enable link tracking.

Link copied to clipboard
val monitorSamples: Int? = null

Whether the monitoring samples are evenly distributed:

Link copied to clipboard
val traceClientType: Int? = null

Link trace client type:

Link copied to clipboard
val xtraceRegion: String? = null

The link data is reported to the region.