File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -380,8 +380,6 @@ return an empty list.
380380
381381## Multiprocess Mode (Gunicorn)
382382
383- ** Experimental: This feature is new and has rough edges.**
384-
385383Prometheus client libaries presume a threaded model, where metrics are shared
386384across workers. This doesn't work so well for languages such as Python where
387385it's common to have processes rather than threads to handle large workloads.
@@ -393,7 +391,7 @@ This comes with a number of limitations:
393391- Custom collectors do not work (e.g. cpu and memory metrics)
394392- The pushgateway cannot be used
395393- Gauges cannot use the ` pid ` label
396- - Gunicron's ` preload_app ` feature is not supported
394+ - Gunicron's ` preload_app ` feature are equivilents are not supported
397395
398396There's several steps to getting this working:
399397
You can’t perform that action at this time.
0 commit comments