Skip to content

Commit c3ae85f

Browse files
committed
what
1 parent b018053 commit c3ae85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ make install-packages opts="--extras 'feature1 feature2'"
5454
2. Make sure `"common.core"` is in the `INSTALLED_APPS` of your settings module.
5555
This enables the `manage.py flagsmith` commands.
5656

57-
1. Add `"common.gunicorn.middleware.RouteLoggerMiddleware"` to `MIDDLEWARE` in your settings module.
57+
3. Add `"common.gunicorn.middleware.RouteLoggerMiddleware"` to `MIDDLEWARE` in your settings module.
5858
This enables the `route` label for Prometheus HTTP metrics.
5959

60-
1. To enable the `/metrics` endpoint, set the `PROMETHEUS_ENABLED` setting to `True`.
60+
4. To enable the `/metrics` endpoint, set the `PROMETHEUS_ENABLED` setting to `True`.
6161

6262
#### Test tools
6363

0 commit comments

Comments
 (0)