File tree 1 file changed +1
-3
lines changed
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.
380
380
381
381
## Multiprocess Mode (Gunicorn)
382
382
383
- ** Experimental: This feature is new and has rough edges.**
384
-
385
383
Prometheus client libaries presume a threaded model, where metrics are shared
386
384
across workers. This doesn't work so well for languages such as Python where
387
385
it's common to have processes rather than threads to handle large workloads.
@@ -393,7 +391,7 @@ This comes with a number of limitations:
393
391
- Custom collectors do not work (e.g. cpu and memory metrics)
394
392
- The pushgateway cannot be used
395
393
- 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
397
395
398
396
There's several steps to getting this working:
399
397
You can’t perform that action at this time.
0 commit comments