You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,10 @@ make install-packages opts="--extras 'feature1 feature2'"
52
52
53
53
#### Installation
54
54
55
-
Add `"common.core"` to `INSTALLED_APPS` in your settings module.
55
+
1.Add `"common.core"` to `INSTALLED_APPS` in your settings module.
56
56
This enables the `start` management command.
57
57
58
-
To enable the `path` label for HTTP metrics, add `"common.gunicorn.middleware.PrometheusGunicornLoggerMiddleware"` to `MIDDLEWARE` in your settings module.
58
+
2. Add `"common.gunicorn.middleware.PrometheusGunicornLoggerMiddleware"` to `MIDDLEWARE` in your settings module. This enables the `path` label for Prometheus HTTP metrics.
0 commit comments