Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
This updates the readme to reflect test progress for other start
methods.

Signed-off-by: Sean Anderson <[email protected]>
  • Loading branch information
Forty-Bot committed Jan 22, 2023
1 parent 1bc409f commit 3a68e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ examples, look in the `examples/` directory.
* Exemplars are supported, but they are locking.
* Possibly better performance than `prometheus_metrics`, but probably not a big
contributor to overall performance.
* All `multiprocessing` start methods are supported.

Users of `prometheus_flask_exporter` can import `mpmetrics.flask` instead.

Expand All @@ -70,8 +71,7 @@ fundamental architectural changes necessary to support multiprocessing.

The following limitations apply to this library

* Only Unix is supported, and only Linux x86-64 has been tested.
* Only the `fork` start method has been tested, though the others should work.
* Only Unix is supported (due to use of `pthreads`). Linux and macOS are tested.
* The python interpreter stats will only be from the current process.
* The shared memory temporary files are not cleaned up properly. This is to
keep non-`fork` start methods working (as they pickle the Heap to transfer it
Expand Down

0 comments on commit 3a68e8e

Please sign in to comment.