generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
Root Cause Analysis
The Problem: Your petclinic agent is recommending products for pet types that don't exist in your nutrition catalog, causing a cascade of failures.
Key Findings from Internal Analytics:
-
Pet Clinic Agent Flow:
• pet_clinic_agent.DEFAULT → nutrition_agent.DEFAULT → nginx-proxy → nutrition-service-nodejs
• The agent is experiencing 90+ second latencies due to failed nutrition lookups -
Missing Pet Types in Catalog:
Your nutrition service is returning 404 errors for these pet types that the agent is trying to recommend:
• puppy (not "dog")
• llama
• rabbit
• toucan
• flying squirrel -
Working Pet Types:
Your catalog only contains:
• cat
• dog
• bird -
Error Rate: 15.89% error rate on nutrition lookups, with 718 failed requests in the last 6 hours
@awsapm
Metadata
Metadata
Assignees
Labels
No labels