nestjs prometheus:Prometheus的NestJS模块 源码
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
文件列表
nestjs-prometheus-main.zip
(预估有个47文件)
nestjs-prometheus-main
tsconfig.build.json
65B
.gitattributes
737B
.github
FUNDING.yml
644B
dependabot.yml
340B
workflows
automerge.yml
590B
docs.yml
470B
tests.yml
569B
暂无评论