登录 注册
当前位置:主页 > 资源下载 > 10 > koa-prometheus-exporter:在Koa中公开NodeJS的普罗米修斯指标

koa-prometheus-exporter:在Koa中公开NodeJS的普罗米修斯指标

  • 更新:2024-09-08 14:35:14
  • 大小:60KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

科阿普罗米修斯出口商 该模块在适合于普罗米修斯的HTTP端点中导出指标。 GC节点和可选的HTTP指标已导出。 安装 需要koa才能运行 使用npm npm install @echo-health/koa-prometheus-exporter 要使用prometheus中间件,模块将导出一个称为middleware的异步中间件功能 例如 const Koa = require('koa'); const prometheus = require('@echo-health/koa-prometheus-exporter'); const app = new Koa(); // middleware is a function that returns the middleware async // function, this is so you can pass config