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
Some of our production PODs are not logging events do NewRelic. They show CPU/RAM data but not, for example, transactions.
When looking into the application logs, it starts failing sending what was harvested and then gets a 502 response from NewRelic.
I've seen that the API client was supposed to retry on 500+ but it seems it does so only one time (here)
I am really not sure how to debug it further. If you can provide me with more instructions I might dig deeper here.
This application has a high throughput with an average of something like 80k/100k rpm. Perhaps not Google scale but still I think this is important to say.
Describe the bug
Some of our production PODs are not logging events do NewRelic. They show CPU/RAM data but not, for example, transactions.
When looking into the application logs, it starts failing sending what was harvested and then gets a 502 response from NewRelic.
I've seen that the API client was supposed to retry on 500+ but it seems it does so only one time (here)
I am really not sure how to debug it further. If you can provide me with more instructions I might dig deeper here.
This application has a high throughput with an average of something like 80k/100k rpm. Perhaps not Google scale but still I think this is important to say.
Environment
elixir -v
):mix deps | grep new_relic_agent
):The text was updated successfully, but these errors were encountered: