8000 Merge branch 'master' of https://github.com/prometheus/client_python · pythonAI/client_python@a67bf46 · GitHub
[go: up one dir, main page]

Skip to content

Commit a67bf46

Browse files
committed
2 parents d8a1694 + 67fe14a commit a67bf46

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
keywords = "prometheus monitoring instrumentation client",
1313
url = "https://github.com/prometheus/client_python",
1414
packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted', 'prometheus_client.handlers'],
15-
extras_requires={
15+
extras_require={
1616
'twisted': ['twisted'],
1717
},
1818
test_suite="tests",

0 commit comments

Comments
 (0)
0