Performance monitoring

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

1 Like

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…

1 Like

OK - so I’m not being stupid and missing a dashboard somewhere then :slight_smile:

1 Like

Nope, instrument it like you’d instrument any other JS backend.