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

Allow stats polling from docker containers #1

Merged
merged 2 commits into from Mar 20, 2019

Conversation

avlazarov
Copy link

What Where/Who
Reviewers @mitio @vutoff

Background

We had an issue with the monolith after switching to docker containers as the stat commands now need to be executed against the container.

Implementation

We're now passing an ENV variable so that we know which target container to run the stats commands against. We still support the non-container version.

Since we're running some application in docker images now, we need to
execute the stat commands in a container instead of running them
directly on the host machine.
Copy link
Member

@mitio mitio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@avlazarov avlazarov merged commit 4147fc9 into master Mar 20, 2019
@avlazarov avlazarov deleted the docker-containers-usage branch March 20, 2019 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants