sampleRate property
Non-empty default.
Configures the sampling rate of activity logs, where 1.0
means all
logged activity is reported and 0.0
means no activity is reported. A
floating point value between 0.0
and 1.0
indicates that a percentage
of log messages is stored. The default value when logging is enabled is
1.0
. The value of the field must be between 0
and 1
(inclusive).
This field can be specified only if logging is enabled for this plugin.
Implementation
core.double? sampleRate;