Skip to content

Commit b3f0d62

Browse files
committed
Fix comments
Signed-off-by: Mathias Kende <mathias.kende@mistral.ai>
1 parent d284cbe commit b3f0d62

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/content/multiprocess/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ it's common to have processes rather than threads to handle large workloads.
1010
To handle this the client library can be put in multiprocess mode.
1111
This 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

0 commit comments

Comments
 (0)