We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dcc6d commit abf8982Copy full SHA for abf8982
codeguru_profiler_agent/profiler_disabler.py
@@ -6,7 +6,7 @@
6
logger = logging.getLogger(__name__)
7
CHECK_KILLSWITCH_FILE_INTERVAL_SECONDS = 60
8
MINIMUM_MEASURES_IN_DURATION_METRICS = 20
9
-MINIMUM_SAMPLES_IN_PROFILE = 1
+MINIMUM_SAMPLES_IN_PROFILE = 5
10
11
12
class ProfilerDisabler:
0 commit comments