1. 首页
  2. 数据库
  3. 其它
  4. nestjs prometheus:Prometheus的NestJS模块 源码

nestjs prometheus:Prometheus的NestJS模块 源码

上传者: 2021-04-20 17:24:23上传 ZIP文件 127KB 热度 90次
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
下载地址
用户评论