From bcac9f523a455d78b3a635ffa2fd133f62e3db25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Dyhrberg=20Thegler?= Date: Fri, 17 Jun 2022 13:42:54 +0200 Subject: [PATCH] Add option to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6259aee..88f6404 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Additional options for **summary**: to keep `express-prom-bundle` runnable using confit (e.g. with kraken.js) without writing any JS code, see [advanced example](https://github.com/jochen-schweizer/express-prom-bundle/blob/master/advanced-example.js) * **promRegistry**: Optional `promClient.Registry` instance to attach metrics to. Defaults to global `promClient.register`. +* **metricsApp**: Allows you to attach the metrics endpoint to a different express app. You probably want to use it in combination with `autoregister: false`. ### More details on includePath option