nestjs prometheus:Prometheus的NestJS模块 源码

上传:mud10597 浏览: 81 推荐: 0 文件:ZIP 大小:127KB 上传时间:2021-04-20 17:24:23 版权申诉
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 config nestjs配置模块源码
巢状设定模组 参照官方@ nestjs / config 描述 基于的配置模块。 区别 删除dotenv支持,转向js-yaml支持 官方结构过于复杂 load功能关闭,此只能加载配置,直接配置文件就
ZIP
120KB
2021-03-03 02:19
nestjs nestjs测试源码
一个渐进式的框架,该框架受启发,用于构建高效且可扩展的服务器端应用程序。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm
ZIP
114KB
2021-02-23 08:43
nestjs config使用dotenvnestjs配置模块源码
Nestjs配置 NestJ的配置组件。 产品特点 使用Glob加载您的配置文件 感谢支持不同的环境配置 在运行时更改和加载配置 安装 纱 yarn add nestjs-config NPM npm
ZIP
138KB
2021-02-25 08:26
nestjs course NestJS课程源码
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm run st
ZIP
195KB
2021-04-01 18:32
nestjs restful nestjs restful源码
nestjs-restful nestjs-restful-api
ZIP
224KB
2021-04-25 05:52
nestjs project blog nestjs实战源码
描述 基于框架TypeScript入门存储库创建的一个小的应用,用于体验嵌套开发 安装 $ npm install 运行应用 # development $ npm run start # watch
ZIP
1.27MB
2021-04-01 18:32
NestJS MySQL NestJS MySQL API源码
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm run st
ZIP
244KB
2021-03-27 00:32
nestjs user subscription NestJS学习材料了解模块概念源码
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm
ZIP
110KB
2021-02-19 10:22
nestjs cqrs starter Nestjs cqrs API源码
nestjs-cqrs-starter Starn项目: 第一步需要启动数据库; docker-compose up -d 使用数据库连接将ormconfig.example.json复制到ormco
ZIP
166KB
2021-02-07 22:09
nestjs mongoose NestJS猫鼬示例源码
nest-typescript-starter
ZIP
99KB
2021-02-05 12:43
nestjs sample NestJS RESTful API示例源码
NestJS示例 NestJS RESTful API示例项目。 文件 建立 安装依赖项。 $ npm install 运行应用 # development $ npm run start # wat
ZIP
223KB
2021-02-05 12:43
nestjs typegoose使用NestJS进行Typegoose源码
nestjs-typegoose 描述 为组件和控制器注入模型。 使用Typegoose消除了对Model接口的需求。 安装 npm install --save nestjs-typegoose 要
ZIP
615KB
2021-02-05 12:43
nestjs restful猫鼬nestjs restful源码
一个渐进式的框架,该框架受启发,用于构建高效且可扩展的服务器端应用程序。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm
ZIP
116KB
2021-02-19 14:36
nestjs home NestJS테스트 源码
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm run st
ZIP
1.37MB
2021-04-07 01:21
nestjs graphql sample NestJS GraphQL示例源码
NestJS GraphQL示例 NestJS GraphQL示例项目。 文件 建造 安装依赖项 $ npm install 运行应用 # development $ npm run start #
ZIP
271KB
2021-04-24 07:31