From 8777cb3bdd8fc06dfd176da374517f2c3a9678cd Mon Sep 17 00:00:00 2001 From: Aapeli Date: Wed, 19 Mar 2025 14:21:43 -0400 Subject: [PATCH] Add note on gauge.set_function not working with mp, see #504 Signed-off-by: Aapeli --- docs/content/multiprocess/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/multiprocess/_index.md b/docs/content/multiprocess/_index.md index bf57d359..33507cd9 100644 --- a/docs/content/multiprocess/_index.md +++ b/docs/content/multiprocess/_index.md @@ -14,6 +14,7 @@ This comes with a number of limitations: - Registering metrics to a registry later used by a `MultiProcessCollector` may cause duplicate metrics to be exported - Custom collectors do not work (e.g. cpu and memory metrics) +- Gauges cannot use `set_function` - Info and Enum metrics do not work - The pushgateway cannot be used - Gauges cannot use the `pid` label