Created
July 6, 2017 06:56
-
-
Save goern/e6aae19a2d8145fa1f184e74f9fe48c9 to your computer and use it in GitHub Desktop.
Hawkular: visualize two deployments
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
1. Hawkular provides CPU, Mem, Net metrics for each Pod | |
1.1. we can map Pods to deployments, so we can aggregate a deployments resource consumption | |
2. Tag a point in time when a new deployment started, it ends when a rolling updates is finished. | |
3. show resource consumption of first deployment, overlayed with resource consumption of second deployment | |
4. show forcase of resource consumption of first deployment within the overlay diagram |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment