Created
May 31, 2013 18:21
-
-
Save pcn/5686894 to your computer and use it in GitHub Desktop.
How to watch your carbon-relay. Make the below json into a dashboard in your graphite web ui
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
| [ | |
| { | |
| "target": [ | |
| "carbon.relays.*.metricsReceived" | |
| ] | |
| }, | |
| { | |
| "target": [ | |
| "carbon.relays.*.destinations.*.batchesSent" | |
| ] | |
| }, | |
| { | |
| "title": "Average batch size being sent to hostedgraphite/quality-based-resets", | |
| "yMin": "0", | |
| "target": [ | |
| "divideSeries(carbon.relays.<NAME OF YOUR RELAY>.destinations.<NAME OF THE DESTINATION>:2004:None.sent, carbon.relays.<NAME OF YOUR RELAY>.destinations.<NAME OF THE DESTINATION>:2004:None.batchesSent)", | |
| "secondYAxis(carbon.relays.*.destinations.*.slowConnectionReset)" | |
| ] | |
| }, | |
| { | |
| "target": [ | |
| "carbon.relays.*.destinations.*.relayMaxQueueLength" | |
| ] | |
| }, | |
| { | |
| "target": [ | |
| "carbon.relays.*.destinations.*.sent" | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment