AWS bedrock-agentcore documentation change
Summary
Updated metric definitions and removed several metrics (ConcurrentExecutions, Sessions, IngressAuthType, EgressAuthType, RequestsPerSession) from documentation
Security assessment
The changes involve observability metric updates and removals without any explicit security context. No vulnerabilities, mitigations, or security features are mentioned in the diff.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-advanced-observability-metrics.md b/bedrock-agentcore/latest/devguide/gateway-advanced-observability-metrics.md index a5bc22227..a805d7974 100644 --- a//bedrock-agentcore/latest/devguide/gateway-advanced-observability-metrics.md +++ b//bedrock-agentcore/latest/devguide/gateway-advanced-observability-metrics.md @@ -30 +30 @@ For these metrics, the following dimensions are used: - * **Operation** : Represents the API being invoked (e.g., PostMCP, InvokeEndpoint) + * **Operation** : Represents the MCP operation being invoked (e.g., tools/list, tools/call) @@ -42,2 +41,0 @@ Invocations | The total number of requests made to each Data Plane API. Each API -ConcurrentExecutions | The maximum number of concurrent active requests for an API. | Sum | Count -Sessions | The total number of active sessions at a given point in time. | Sum | Count @@ -58,3 +55,0 @@ TargetType | The total number of requests served by each type of target (MCP, La -IngressAuthType | The total number of requests served by each type of ingress auth (OAuth, sigv4). | Sum | Count -EgressAuthType | The total number of requests served by each type of egress auth (OAuth, sigv4). | Sum | Count -RequestsPerSession | The total number of requests served for a given session. | Sum | Count