-
public final class SamplingConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleancaptureEnabledprivate final DoublesampleRate
-
Constructor Summary
Constructors Constructor Description SamplingConfig(Boolean captureEnabled, Double sampleRate)
-
Method Summary
Modifier and Type Method Description final BooleangetCaptureEnabled()final DoublegetSampleRate()-
-
Method Detail
-
getCaptureEnabled
final Boolean getCaptureEnabled()
-
getSampleRate
final Double getSampleRate()
-
-
-
-