sematext / spm-agent-nodejs

NodeJS Monitoring Agent
https://sematext.com/integrations/nodejs-monitoring
Apache License 2.0
60 stars 6 forks source link

Add metrics by route in Express apps #7

Open otisg opened 8 years ago

otisg commented 8 years ago

From @msenevir:

  1. In an express node.js app, I’d like to see a breakdown of the routes, how long they take, etc.
  2. Same thing, but for express middleware
  3. I wasn’t able to see any of my postgres queries + was hoping it would pick that up out of the box
  4. Data on external services I’m using / how long they take (ex: Amazon S3)
otisg commented 8 years ago

@msenevir - what is the difference between 2 & 3 above?