Created
July 17, 2012 21:27
-
-
Save justinvdm/3132220 to your computer and use it in GitHub Desktop.
This file contains 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
widgets: | |
- name: 'Sum of random count (small bucket)' | |
metrics: | |
'Sum of random count': | |
target: vumi.random.count.sum | |
warning_max_threshold: 12 | |
warning_min_threshold: 5 | |
- name: 'Sum of random count (big bucket)' | |
bucket_size: 900 | |
metrics: | |
'Sum of random count': | |
target: vumi.random.count.sum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment