简体   繁体   English

使用prometheus监控节点JS应用

[英]Monitoring node JS application with prometheus

您能否与我分享一些使用 Prometheus 进行 node js 应用程序监控的示例?

You have to know how code instrumentation works in an application by prometheus client library.您必须通过 prometheus 客户端库了解代码检测如何在应用程序中工作。 This is the most popular example project in github.这是github 中最受欢迎的示例项目。 For a easy look you can watch this blogpost.您可以观看博文,以轻松查看。 If you really want to learn deep (my personal suggestion go for it) then you can read NODE.JS MONITORING, ALERTING & RELIABILITY 101 by RisingStack .如果你真的想深入学习(我个人的建议是去学习),那么你可以阅读RisingStack 的 NODE.JS MONITORING, ALERTING & RELIABILITY 101

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM