Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional metrics to ECS Integration #23617

Open
reskin89 opened this issue Mar 11, 2024 · 0 comments
Open

Add additional metrics to ECS Integration #23617

reskin89 opened this issue Mar 11, 2024 · 0 comments

Comments

@reskin89
Copy link

Currently, statistics around the pull/start/stop time of containers is not present in the ECS integration. The datadog agent as a sidecar currently hits the metadata uri to get other statistics from the same endpoint.

I believe these additional metrics would be incredibly useful to determining slow starts/bottlenecks and the like, as I can see:

  • how long my containers take to pull into ecs/fargate (since there's no true image caching, this matters far more than other platforms that cache container images per worker, its downloaded every time a task starts)
  • how long before my container is considered started (good to narrow down boot time issues)
  • how long before a container is stopped (such as seeing a cycling issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant