AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-06-13 · Documentation low

File: bedrock-agentcore/latest/devguide/observability-runtime-metrics.md

Summary

Clarified definition of Session Count metric to specify it counts new sessions only

Security assessment

Change improves operational clarity but doesn't address security vulnerabilities or document security features. No security implications identified.

Diff

diff --git a/bedrock-agentcore/latest/devguide/observability-runtime-metrics.md b/bedrock-agentcore/latest/devguide/observability-runtime-metrics.md
index f69597544..e67919dba 100644
--- a//bedrock-agentcore/latest/devguide/observability-runtime-metrics.md
+++ b//bedrock-agentcore/latest/devguide/observability-runtime-metrics.md
@@ -70 +70 @@ Session Count
-Shows the total number of agent sessions. Useful for monitoring overall platform usage, capacity planning, and understanding user engagement patterns.
+Shows the number of new agent sessions created within the reporting period. Each session is counted once at creation time; subsequent invocations to the same session do not increment this metric. This is a cumulative counter, not a gauge of currently active sessions. Useful for monitoring overall platform usage, trending session creation rates, and understanding user engagement patterns.
@@ -75 +75 @@ Sessions (aggregated)
-Shows the total number of sessions across all resources.
+Shows the total number of new sessions created across all resources within the reporting period.