newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 598 forks source link

Experiment with Adaptive Sampling numbers and algorithm #2299

Open fallwith opened 10 months ago

fallwith commented 10 months ago

We default to applying adaptive sampling (which ensures an even spread of samples across a a minute) to 10 transactions, while applying non-adaptive sampling to fully 1190 transactions.

What happens if we set the adaptive sampling max value of 10 to 1200 to match the overall transaction limit size?

If there anything that needs to be done to improve the logic that adaptive sampling uses to provide an even spread?

workato-integration[bot] commented 10 months ago

https://new-relic.atlassian.net/browse/NR-174470