samplingRate property Null safety

double? samplingRate
read / write

Field sampling rate.

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

Implementation

core.double? samplingRate;