Skip to content

Commit

Permalink
Merge pull request #187 from debianized/master
Browse files Browse the repository at this point in the history
Fix graph legend
  • Loading branch information
jbuchbinder committed Feb 25, 2015
2 parents 64a5002 + 8f34678 commit 9f740e8
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
Original file line number Diff line number Diff line change
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 9f740e8

Please sign in to comment.