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

Handles STOPPED containers #1

Closed
wants to merge 1 commit into from

Conversation

chroto
Copy link

@chroto chroto commented Oct 29, 2020

When containers are in a STOPPED state, they will return None for
their container_stats value from the task stats metadata endpoint.

Instead of raising an exception, we skip STOPPED containers while
parsing metrics

When containers are in a STOPPED state, they will return `None` for
their `container_stats` value from the task stats metadata endpoint.

Instead of raising an exception, we skip STOPPED containers while
parsing metrics
raags added a commit that referenced this pull request Jun 23, 2021
@raags
Copy link
Contributor

raags commented Jun 23, 2021

I've fixed this in a single place with this commit: a190ca0

Thanks for reporting the issue!

@raags raags closed this Jun 23, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants