From f646a36068b9854d397a5d645cae84a28a5cf603 Mon Sep 17 00:00:00 2001 From: Murrent Mario Date: Fri, 8 Oct 2021 10:57:32 +0200 Subject: [PATCH] docs: updated readme file Added prom-client as prerequisites to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 728643e..b46d778 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ This is a middleware for express servers, that expose metrics for prometheus. The metrics exposed allows to calculate common RED (Request, Error rate, Duration of requests), and USE (Utilisation, Error rate, and Saturation), metrics +# Prerequisites + +The following peer dependencies are required: + +- prom-client + ## Install ``` bash