Hi there,
Is there any way to verify / monitor the performance of a particular worker? Things like invocations, latency, response time and so on.
Thanks
Hi there,
Is there any way to verify / monitor the performance of a particular worker? Things like invocations, latency, response time and so on.
Thanks
Log structured events into something that lets you do analytic type things. BigQuery, Elastic, ClickHouse, etc…
Edit: I should mention even Postgres until your record count gets large. TimescaleDB also…
OK - so I’m not being stupid and missing a dashboard somewhere then
Nope, instrument it like you’d instrument any other JS backend.