Closed ncreated closed 2 months ago
Branch report: ncreated/RUM-5083/batch-metric-sampling
Commit report: 4f39eaf
Test service: dd-sdk-ios
:white_check_mark: 0 Failed, 1860 Passed, 0 Skipped, 1m 17.74s Total Time :small_red_triangle_down: Test Sessions change in coverage: 2 decreased, 3 increased, 3 no change
What and why?
📦 This PR lowers the sample rate for "Batch Deleted" and "Batch Closed" metrics from 15% to 1.5%.
Counterpart of https://github.com/DataDog/dd-sdk-android/pull/2146
How?
Leveraging metric-specific sample rate configuration added in https://github.com/DataDog/dd-sdk-ios/pull/2015, this PR changes
sampleRate
in batch metrics from default 15% to custom 1.5%.Review checklist