You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+81-48Lines changed: 81 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,33 +17,38 @@ Effortlessly report metrics from anywhere in your codebase without complex setup
17
17
18
18
</div>
19
19
20
-
21
20
## Installation
22
21
23
22
```bash
24
23
npm install nestjs-metrics-client
25
24
```
25
+
26
26
---
27
27
28
28
## Overview
29
29
30
-
`nestjs-metrics-client` is a lightweight, **zero-setup** alternative to [@willsoto/nestjs-prometheus](https://github.com/willsoto/nestjs-prometheus), eliminating the need for dependency injection or extensive configuration.
30
+
`nestjs-metrics-client` is a lightweight, **zero-setup** alternative
31
+
to [@willsoto/nestjs-prometheus](https://github.com/willsoto/nestjs-prometheus), eliminating the need for dependency
32
+
injection or extensive configuration.
31
33
Instantly report metrics from anywhere in your application using a global static reporter.
Unlike [@willsoto/nestjs-prometheus](https://github.com/willsoto/nestjs-prometheus), `nestjs-metrics-client` removes the need for cumbersome dependency injection, making your code cleaner and more portable.
46
+
Unlike [@willsoto/nestjs-prometheus](https://github.com/willsoto/nestjs-prometheus), `nestjs-metrics-client` removes the
47
+
need for cumbersome dependency injection, making your code cleaner and more portable.
44
48
45
49
🌟 **Effortless Integration**
46
-
With zero setup, you can start tracking metrics immediately. No need to configure a service in every file—just use the global `ReporterService`.
50
+
With zero setup, you can start tracking metrics immediately. No need to configure a service in every file—just use the
51
+
global `ReporterService`.
47
52
48
53
🎯 **Focus on Simplicity**
49
54
Designed for developers who want powerful metrics without the complexity of managing dependencies or boilerplate code.
@@ -60,19 +65,32 @@ Minimal setup required! Just import the `ReporterModule` in your `AppModule`.
0 commit comments