localstack.http.server.request.duration
HTTP request durationDimensions:None
Available on:
OpenTelemetry (1)
Interface Metrics (1)
Dimensions:None
Technical Annotations (24)
Configuration Parameters (4)
healthcheck.timeoutrecommended: 10shealthcheck.start_periodrecommended: 15shealthcheck.intervalrecommended: 10shealthcheck.retriesrecommended: 3Error Signatures (5)
Health check exceeded timeout (5s)log pattern-1exit code500http statusInternalServerErrorerror codetimeouterror codeCLI Commands (5)
curl localhost:4566diagnostic.venv/bin/localstack status services --format=jsondiagnosticdocker exec -it ls /bin/bashdiagnosticwhile true; do time curl localhost:4566; sleep 0.1; donediagnosticdescribe-security-groups --group-name microserviceXYZdiagnosticTechnical References (10)
port 4566componentdocker-compose healthcheckconceptservice_healthy conditioncomponentconnection poolconceptAPI GatewaycomponentIAM permissionsconceptenvironment variablesconfigurationhealth-check API endpointcomponentApplication Load Balancercomponentsecurity groupcomponentRelated Insights (6)
LocalStack container hangs on HTTP requests during SQS operationswarning
▸
LocalStack health check timeout causes false unhealthy statuswarning
▸
TCP connection pooling causes linear request latency degradationwarning
▸
500 Internal Server Error prevents request fulfillment due to server-side failurescritical
▸
Microservice health check endpoint unavailablecritical
▸
Security group misconfiguration blocks load balancer trafficcritical
▸