Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 2dac18e

Browse files
sam-githubskoh7645
andauthored
nodejs-express: use prom-client (#761)
Co-authored-by: Sandy Koh <sandykoh99@gmail.com>
1 parent 9dfdcf8 commit 2dac18e

File tree

8 files changed

+519
-311
lines changed

8 files changed

+519
-311
lines changed

incubator/nodejs-express/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ You can override or enhance the following endpoints by configuring your own heal
2222

2323
Enable powerful monitoring for your distributed application and configure rule-based alerting using Prometheus. This is vital for diagnosing problems and ensuring the reliability of your application.
2424

25-
The [appmetrics-prometheus](https://github.com/CloudNativeJS/appmetrics-prometheus) module will collect a wide range of resource-centric (CPU, memory) and application-centric (HTTP request responsiveness) metrics from your application, and then expose them as multi-dimensional time-series data through an application endpoint for Prometheus to scrape and aggregate.
25+
The [prom-client](https://www.npmjs.com/package/prom-client) module will collect a wide range of resource-centric (CPU, memory) and application-centric (HTTP request responsiveness) metrics from your application, and then expose them as multi-dimensional time-series data through an application endpoint for Prometheus to scrape and aggregate.
2626

27-
This stack also comes with Prometheus metrics, which has been preconfigured to work with your application. You will not be able to override this endpoint:
27+
This stack comes with prom-client preconfigured to work with your application. You will not be able to override this endpoint:
2828

2929
- Metrics endpoint: http://localhost:3000/metrics
3030

0 commit comments

Comments
 (0)