Skip to main content

Node.js Monitoring

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! I don't personally have any tools on my end that would help with this. We do have an older feature request here that hasn't gotten much traction:
    0
  • tomfree
    @cPRex - that'd be great. Maybe a good point to push it is also that offering node.js support essentially requires an infrastructure to ensure it runs reliably and otherwise it is more for prototypical use. I would argue that in regards to priorities from the ticket that: 1.) Monitoring really needs to be covered since there is hardly an alternative. E.g. express-status-monitor that one could use just keeps data in memory for some short time and thus u will usually miss the times that in the end you wanna see and thus to me is not suitable for professional use. To keep efforts low on your end it may be an option to refer to things like Grafana-Cloud and essentially enable running a Grafana/Prometheus Agent as an installable app and require from app that it exposes metric infirmation in a standard way (E.g. Prometheus style metrics or InfluxDB Line format...) 2.) Restart in case of case of changes would be nice from my pov, especially if one could specifiy via regex or so which files to monitor. E.g. config directory if one increased log level or so... 3.) Logging I would personally argue that node frameworks like nest.js offer goods ways to handle exactly that, so I wouldn't see it as a top listed item Would absolutely love to get an update on this.
    0
  • cPRex Jurassic Moderator
    I'll bring up the monitoring portion of the issue with the team next week, and then it's up to the product owners to decide how that gets handled. For your second point, you could submit a feature request using the link in my signature. I'll see that, get it approved, and then talk to the team about it.
    0

Please sign in to leave a comment.