登录 注册
当前位置:主页 > 资源下载 > 10 > NestJS模块 for Prometheus:nestjs-prometheus

NestJS模块 for Prometheus:nestjs-prometheus

  • 更新:2024-11-06 21:51:26
  • 大小:127KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Typescript - 前端
  • 格式:ZIP

资源介绍

NestJS Prometheus 安装 yarn add @willsoto/nestjs-prometheus prom-client npm install @willsoto/nestjs-prometheus prom-client 用法 import { Module } from "@nestjs/common" ; import { PrometheusModule } from "@willsoto/nestjs-prometheus" ; @ Module ( { imports : [ PrometheusModule . register ( ) ] , } ) export class AppModule { } 默认情况下,这将注册/metrics端点,该端点将返回。 更改指标http端点 import { Module } from "@nestjs/c