Skip to content

Commit

Permalink
Fix graph legend
Browse files Browse the repository at this point in the history
Fix graph legend for hhvm_vm_tcspace_rds_aggregated_report
  • Loading branch information
jj-wolf committed Feb 19, 2015
1 parent 64a5002 commit 8f34678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hhvm/graph.d/hhvm_vm_rds_aggregated_report.json
Expand Up @@ -4,8 +4,8 @@
"title" : "hhvm vm tc space rds aggregated report",
"vertical_label" : "Bytes",
"series" : [
{ "metric": "hhvm_vm_tcspace_rds", "color": "00DD00", "label": "vm tc space code hot", "line_width": "2", "type": "line" },
{ "metric": "hhvm_vm_tcspace_rds_local", "color": "0000DD", "label": "vm tc space code main", "line_width": "2", "type": "line" },
{ "metric": "hhvm_vm_tcspace_persistent_rds", "color": "A20025", "label": "vm tc space code prof", "line_width": "2", "type": "line" }
{ "metric": "hhvm_vm_tcspace_rds", "color": "00DD00", "label": "vm tc space rds", "line_width": "2", "type": "line" },
{ "metric": "hhvm_vm_tcspace_rds_local", "color": "0000DD", "label": "vm tc space rds local", "line_width": "2", "type": "line" },
{ "metric": "hhvm_vm_tcspace_persistent_rds", "color": "A20025", "label": "vm tc space persistent rds", "line_width": "2", "type": "line" }
]
}

0 comments on commit 8f34678

Please sign in to comment.