Skip to content

Commit

Permalink
Merge pull request #2146 from DataDog/plousada/RUM-4986/decrease_batc…
Browse files Browse the repository at this point in the history
…h_metrics_sample_rate

[RUM-4986] Decrease Batch Metrics sample rate by 10%
  • Loading branch information
plousada authored Jul 29, 2024
2 parents 4a3bc9f + 93bf5c7 commit 6319509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ internal class BatchMetricsDispatcher(
internal const val SR_TRACK_NAME = "sr"
internal const val SR_RESOURCES_TRACK_NAME = "sr-resources"

private const val METRICS_DISPATCHER_DEFAULT_SAMPLING_RATE = 15f
private const val METRICS_DISPATCHER_DEFAULT_SAMPLING_RATE = 1.5f

internal const val WRONG_FILE_NAME_MESSAGE_FORMAT =
"Unable to parse the file name as a timestamp: %s"
Expand Down

0 comments on commit 6319509

Please sign in to comment.