Skip to content

Commit

Permalink
Merge pull request #2076 from camptocamp/Fix_doc_prometheus-port-vare…
Browse files Browse the repository at this point in the history
…nv-name

Fix doc - prometheus port var env name
  • Loading branch information
ger-benjamin authored Dec 15, 2023
2 parents 16e5b83 + ff500fb commit e69c3c2
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 e69c3c2

Please sign in to comment.