From 71f65110dba8046645080b4e36303470f8126e42 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 15 Feb 2023 09:21:09 -0600 Subject: [PATCH] Document profiler.memory is not available on Python 3.11 (#26263) --- source/_integrations/profiler.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/profiler.markdown b/source/_integrations/profiler.markdown index 3cd11b4e5f8..99300f75b83 100644 --- a/source/_integrations/profiler.markdown +++ b/source/_integrations/profiler.markdown @@ -53,6 +53,10 @@ gprof2dot -f pstats profile.1234567890123456.cprof | dot -Tsvg -o profile.svg ### Service `profiler.memory` +
+This service is unavailable when using Python 3.11 as the underlying guppy3 library does not yet support Python 3.11. +
+ Start the memory profiler for the specified number of seconds. | Service data attribute | Optional | Description |