Created
July 17, 2014 16:32
-
-
Save davidrichards/9e145335b7ad77f7c41d to your computer and use it in GitHub Desktop.
Monitoring Team
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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