Workers performance alerting
Hi guys
I was wondering how everyone handles sending alerts when errors occurs in workers.
I was thinking like receiving an email when the worker is responding with too many 500 status codes with a given threshold?
Is something like this possible, or should I use something like grafana or sentry?
2 Replies
I personally hope to see us ship it natively at some point
But for now, you should do it like you would any application. Choose metrics to alert on and setup alerting. Workers are just another way to host an app, same kinda deal applies though - emit metrics and alert.
You can use the existing GraphQL ones, or emit through Analytics Engine or even Prometheus.
Then just pick what to alert on and alert
Got it. So there is no recommended setup per se? Iām not really sure which monitoring provider to go with. They seem quite big and comprehensive.
We used to be on gcp and used the built in alerts. But that alerting system was also very convoluted.
I agree, would be awesome to have as a native feature š