EventLoopBlocked events on docker container in Azure App service - without visible reason #17914
SimonSimCity
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the past, I got a bunch of EventLoopBlocked events but wasn't really able to figure out what had happened in this time.
It's about the API that I supervise, which runs on node inside a Docker container, hosted using Azure App service on an App Service plan having a pricing of B2:

In our Sentry configuration, we have a sampling rate of 1, means, we are currently reporting every request going to the server.
As of this EventLoopBlocked event, I couldn't find any request anywhere close to it happening:
Note: Some of the values have been replaced by
---
. If those contain valuable insights, please let me know.Does someone know what a reason for this could be? I'm on the verge of replacing Sentry with Azure Metrics in the hope of getting more information there. It doesn't seem though, that they have something like
EventLoopBlocked
events built in.Beta Was this translation helpful? Give feedback.
All reactions