Skip to content

Instantly share code, notes, and snippets.

@davidrichards
Created July 17, 2014 16:32
Show Gist options
  • Save davidrichards/9e145335b7ad77f7c41d to your computer and use it in GitHub Desktop.
Save davidrichards/9e145335b7ad77f7c41d to your computer and use it in GitHub Desktop.
Monitoring Team
digraph monitoring_ownership {
tools[label="David Wick's Team (Tools)\nThere's a possibility that\nthe Tools team takes over\npart or all of the Monitoring Scrum" shape=rect];
john[label="Mike Weinstein's Team\nThese people happen to\nbe part of the monitoring scrum\nbut are seen differently and may\nbe split out differently." shape=rect];
operations[label="Operations\nCraig Scantlin, Steve Sandman and other." shape=rect];
ccp_scrum[label="Scrum Monitoring Team\nThe team Coby setup\nand that I've been working with" shape=rect];
tools -> ccp_scrum -> operations;
john -> operations;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment