File tree Expand file tree Collapse file tree
docs/content/multiprocess Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ it's common to have processes rather than threads to handle large workloads.
1010To handle this the client library can be put in multiprocess mode.
1111This comes with a number of limitations:
1212
13- - Registries can not be used as normal
13+ - Registries can not be used as normal:
14+ - all instantiated metrics are collected
1415 - Registering metrics to a registry later used by a ` MultiProcessCollector `
1516 may cause duplicate metrics to be exported
16- - Filtering on metrics works but might be inefficient
17+ - Filtering on metrics works if and only if the constructor was called with
18+ ` support_collectors_without_names=True ` and it but might be inefficient.
1719- Custom collectors do not work (e.g. cpu and memory metrics)
1820- Gauges cannot use ` set_function `
1921- Info and Enum metrics do not work
You can’t perform that action at this time.
0 commit comments