1.0.0-rc7 • Published 2 years ago

@nur-portal/nestjs-prom v1.0.0-rc7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Prometheus client for NestJS

Installation

npm install @nur-portal/nestjs-prom prom-client

Usage

import { Module } from "@nestjs/common";
import { PrometheusModule } from "@nur-portal/nestjs-prom";

@Module({
  imports: [PrometheusModule.register()],
})
export class AppModule {}

License

MIT licensed

1.0.0-rc7

2 years ago

1.0.0-rc6

2 years ago

1.0.0-rc5

2 years ago