Troubleshooting SageMaker AI Insights
The following sections describe common issues and resolutions for the CloudWatch SageMaker AI Insights dashboard. If
your issue is not listed here, verify that your endpoint is InService and that OTel
enrichment is enabled in your account.
Dashboard shows "No data" for all panels
Cause: OTel enrichment is not enabled in your account.
Resolution:
Open the CloudWatch console and choose Settings.
Enable OTel metric enrichment.
Enable Resource tags for telemetry.
Wait 2–3 minutes for metrics to begin flowing.
Alternatively, enable OTel enrichment with the following Amazon CLI commands.
aws cloudwatch start-otel-enrichment aws observabilityadmin start-telemetry-enrichment
TTFT, TPS, and KV cache columns show a dash
Cause: These metrics are only available for endpoints using the vLLM or SGLang frameworks. Endpoints using other frameworks (TensorRT‐LLM, custom containers) do not emit these metrics.
Resolution: No action needed—this is expected behavior.
SageMaker AI Insights redirects to Database Insights
Cause: Known issue in some accounts.
Workaround: In the redirected URL, replace
instances with endpoints. The dashboard then loads correctly.
Dashboard loads but shows 0 invocations
Cause: The endpoint is InService but not
receiving traffic, or the selected time range has no invocations.
Resolution:
Send test invocations to the endpoint.
Adjust the time range to a period when traffic was active.
Metrics appear in CloudWatch but not in SageMaker AI Insights
Cause: EnableDetailedObservability might not be
set to true on the endpoint configuration.
Resolution: Verify the endpoint configuration with the following command.
aws sagemaker describe-endpoint-config --endpoint-config-namename# Look for "EnableDetailedObservability": true
Scaling events table is empty
Cause: Application Auto Scaling is not configured, or no scaling events occurred in the selected time range.
Resolution:
Configure an autoscaling policy for your endpoint.
Adjust the time range to include periods when scaling events occurred.