You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Include CPU and memory limits in Fargate metadata
- Add FargateTaskLimits struct to capture CPU and memory from metadata endpoint
- Include task_cpu and task_memory fields in FargateAgentMetadata
- Update metadata conversion to pass resource limits to backend
- Remove Eq derive from structs containing f64 (CPU values)
- Fix pattern matches and tests to handle new fields
This fixes the profiler backend showing 'aws_fargate_0.0vcpu_0mb' instead
of actual resource allocation like 'aws_fargate_0.25vcpu_2048mb'.
Co-authored-by: Claude <claude@anthropic.com>
0 commit comments