Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.46k stars 867 forks source link

Discuss: Monitoring jobs using elasticsearch APM #1212

Open rturk opened 5 years ago

rturk commented 5 years ago

Hi all, Has anyone successfully implemented some sort of monitoring framework?

I would like to monitor our jobs using ELK APM (https://www.elastic.co/solutions/apm). APM automatically works with REST and GRAPHQL servers, and maps context and processing time for each route. I wold like to monitor each job as a request

Any ideias?

rturk commented 5 years ago

There is an APM documentation for custom transactions https://www.elastic.co/guide/en/apm/agent/nodejs/current/custom-transactions.html