We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b018053 commit c3ae85fCopy full SHA for c3ae85f
README.md
@@ -54,10 +54,10 @@ make install-packages opts="--extras 'feature1 feature2'"
54
2. Make sure `"common.core"` is in the `INSTALLED_APPS` of your settings module.
55
This enables the `manage.py flagsmith` commands.
56
57
-1. Add `"common.gunicorn.middleware.RouteLoggerMiddleware"` to `MIDDLEWARE` in your settings module.
+3. Add `"common.gunicorn.middleware.RouteLoggerMiddleware"` to `MIDDLEWARE` in your settings module.
58
This enables the `route` label for Prometheus HTTP metrics.
59
60
-1. To enable the `/metrics` endpoint, set the `PROMETHEUS_ENABLED` setting to `True`.
+4. To enable the `/metrics` endpoint, set the `PROMETHEUS_ENABLED` setting to `True`.
61
62
#### Test tools
63
0 commit comments