From ff500fbf8548a606a2757b085d7d2af22c2f418b Mon Sep 17 00:00:00 2001 From: Benjamin Gerber Date: Fri, 15 Dec 2023 10:52:11 +0100 Subject: [PATCH] Fix doc - prometheus port var env name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916fa4a77..303738449 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ command line. Usually done in the [Dockerfile](acceptance_tests/app/Dockerfile) It will work in multi process mode with the limitation listed in the [`prometheus_client` documentation](https://github.com/prometheus/client_python#multiprocess-mode-eg-gunicorn). -To enable it you should provide the `C2CWSGIUTILS_PROMETHEUS_PORT` environment variable. +To enable it you should provide the `C2C_PROMETHEUS_PORT` environment variable. For security reason, this port should not be exposed. We can customize it with the following environment variables: