Skip to content

Instantly share code, notes, and snippets.

@jlintz
Created March 21, 2013 20:10
Show Gist options
  • Save jlintz/5216269 to your computer and use it in GitHub Desktop.
Save jlintz/5216269 to your computer and use it in GitHub Desktop.
{
"report_name" : "util",
"report_type" : "standard",
"title" : "util",
"vertical_label" : "Count",
"series" : [
{ "metric": "iostat_sdi_util", "color": "660099", "label": "sdi", "type": "line", "line_width": "2" },
{ "metric": "iostat_sdj_util", "color": "99FF00", "label": "sdj", "type": "line", "line_width": "2" },
{ "metric": "iostat_sdk_util", "color": "FF9900", "label": "sdk", "type": "line", "line_width": "2" },
{ "metric": "iostat_sdl_util", "color": "CC3300", "label": "sdl", "type": "line", "line_width": "2" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment