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 very basic Docker Swarm service topology #2444

Merged
merged 3 commits into from
Apr 15, 2017

Conversation

ekimekim
Copy link
Contributor

This is done in a very hacky way - we look at the container labels to identify the parent service,
and that's it. We can't see services that aren't running on that machine, and the only service info
we have is the name.

@ekimekim ekimekim force-pushed the mike/docker-swarm/services-topology branch from 55f5766 to 2b20858 Compare April 15, 2017 00:27
@ekimekim
Copy link
Contributor Author

@2opremio since I don't have anyone around who can review this and I need it merged today, I'm just going to merge now. Could you please review when you're back?

@ekimekim ekimekim merged commit c07c615 into master Apr 15, 2017
@@ -50,7 +50,7 @@ func TestAPITopology(t *testing.T) {
}

// TODO: add ECS nodes in report fixture

This comment was marked as abuse.

@2opremio
Copy link
Contributor

post-LGTM

@dlespiau dlespiau deleted the mike/docker-swarm/services-topology branch November 2, 2017 12:29
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.

2 participants