You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating your sampling rates is a good call, and might be something you would want to do anyway for your app, but this particular error could be addressed by converting the BackoffSampler to use ets for storage instead of being a GenServer (which can be become overloaded if things get too hot)
Describe the bug
Sampling timeouts occur under load on my IOT facing API nodes.
Need a way to increase timeouts or expose other configuration settings to avoid this exception.
Environment
Elixir & Erlang version (
elixir -v
):Erlang/OTP 22 [erts-10.7.2.16] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
Agent version (
mix deps | grep new_relic_agent
):new_relic_agent (Hex package)
(mix) locked at 1.27.7 (new_relic_agent) a0aa7208
The text was updated successfully, but these errors were encountered: