From 8f34678684049a34e6faebb21a66e0f688f242e9 Mon Sep 17 00:00:00 2001 From: "Juan J. Villalobos" Date: Thu, 19 Feb 2015 12:49:04 +0100 Subject: [PATCH] Fix graph legend Fix graph legend for hhvm_vm_tcspace_rds_aggregated_report --- hhvm/graph.d/hhvm_vm_rds_aggregated_report.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hhvm/graph.d/hhvm_vm_rds_aggregated_report.json b/hhvm/graph.d/hhvm_vm_rds_aggregated_report.json index c252b9e6..65fda7e9 100644 --- a/hhvm/graph.d/hhvm_vm_rds_aggregated_report.json +++ b/hhvm/graph.d/hhvm_vm_rds_aggregated_report.json @@ -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" } ] }