8000 Remove experimental bit on multiproc · pythonAI/client_python@67fe14a · GitHub
[go: up one dir, main page]

Skip to content

Commit 67fe14a

Browse files
authored
Remove experimental bit on multiproc
1 parent 530411f commit 67fe14a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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-
385383
Prometheus client libaries presume a threaded model, where metrics are shared
386384
across workers. This doesn't work so well for languages such as Python where
387385
it'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

398396
There's several steps to getting this working:
399397

0 commit comments

Comments
 (0)
0