Skip to content

Commit

Permalink
Merge pull request #2077 from camptocamp/backport/2076-to-6.0
Browse files Browse the repository at this point in the history
[Backport 6.0] Fix doc - prometheus port var env name
  • Loading branch information
ger-benjamin authored Dec 15, 2023
2 parents 52b9a1b + 70de9c5 commit 4f7a795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f7a795

Please sign in to comment.