samplingRate property

double? samplingRate
getter/setter pair

Fraction of eligible transactions to capture, in [0.0, 1.0].

The consumer enforces an internal upper-bound clamp independently of this field. Default: 0.0 (omitted from JSON per proto3 default-scalar-omission; the consumer's field initializer supplies the effective 0.01 fallback).

Implementation

core.double? samplingRate;