From 3e92eed404264305f007bcf233ca427edfff6501 Mon Sep 17 00:00:00 2001 From: Qryuu Date: Thu, 22 Aug 2024 15:00:57 +0900 Subject: [PATCH 1/2] Update java-agent-configuration-config-file.mdx This describes the minimum value for operation. transaction_events max_samples_stored: --- .../configuration/java-agent-configuration-config-file.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx b/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx index d5bbb32936b..5d629771db0 100644 --- a/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx +++ b/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx @@ -5140,6 +5140,8 @@ Transaction events data is used to display histograms and percentiles in the UI. The maximum number of sampled transaction events reported every 60 seconds. + The minimum number is 12. + Because Agents from v5.5.0 or higher send data every 5 seconds, if you set it to less than 12, the number of events that can be sent in the harvest cycle will fall below 0, so there will be no data that can be sent. Date: Fri, 23 Aug 2024 22:04:28 +0530 Subject: [PATCH 2/2] Added the content ass a note to improve readability --- .../configuration/java-agent-configuration-config-file.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx b/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx index 5d629771db0..ffd7bfc1002 100644 --- a/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx +++ b/src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx @@ -5140,8 +5140,11 @@ Transaction events data is used to display histograms and percentiles in the UI. The maximum number of sampled transaction events reported every 60 seconds. - The minimum number is 12. - Because Agents from v5.5.0 or higher send data every 5 seconds, if you set it to less than 12, the number of events that can be sent in the harvest cycle will fall below 0, so there will be no data that can be sent. + + + The minimum number of sample transaction events is 12. Since the agents with version v5.5.0 or higher send data every 5 seconds, if you set it to less than 12, the number of events that can be sent in the harvest cycle will fall below 0, so there will be no data that can be sent. + +