Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/189504

Change subject: gdash: fix graphite disk dashboard sda->md1
......................................................................

gdash: fix graphite disk dashboard sda->md1

Bug: T85909
Change-Id: I5b02c11a4da9e8225c1a9ac29d3782ca22515819
---
M files/gdash/dashboards/graphite/disk_io.graph
M files/gdash/dashboards/graphite/disk_sched.graph
2 files changed, 9 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/189504/1

diff --git a/files/gdash/dashboards/graphite/disk_io.graph 
b/files/gdash/dashboards/graphite/disk_io.graph
index 85c7971..4dd747a 100644
--- a/files/gdash/dashboards/graphite/disk_io.graph
+++ b/files/gdash/dashboards/graphite/disk_io.graph
@@ -1,17 +1,17 @@
-title   "Disk IO, sda"
+title   "Disk IO, md1"
 
 field :write_s,
                :alias => "write/s",
-               :data  => 
"servers.graphite1001.iostat.sda.writes_per_second.value"
+               :data  => 
"servers.graphite1001.iostat.md1.writes_per_second.value"
 
 field :read_s,
                :alias => "read/s",
-               :data  => 
"servers.graphite1001.iostat.sda.reads_per_second.value"
+               :data  => 
"servers.graphite1001.iostat.md1.reads_per_second.value"
 
 field :read,
                :alias => "read B/s",
-               :data  => 
"secondYAxis(servers.graphite1001.iostat.sda.read_byte_per_second.value)"
+               :data  => 
"secondYAxis(servers.graphite1001.iostat.md1.read_byte_per_second.value)"
 
 field :write,
                :alias => "write B/s",
-               :data  => 
"secondYAxis(servers.graphite1001.iostat.sda.write_byte_per_second.value)"
+               :data  => 
"secondYAxis(servers.graphite1001.iostat.md1.write_byte_per_second.value)"
diff --git a/files/gdash/dashboards/graphite/disk_sched.graph 
b/files/gdash/dashboards/graphite/disk_sched.graph
index 0873caa..aa9acbf 100644
--- a/files/gdash/dashboards/graphite/disk_sched.graph
+++ b/files/gdash/dashboards/graphite/disk_sched.graph
@@ -1,14 +1,14 @@
-title   "Disk scheduling, sda"
+title   "Disk scheduling, md1"
 
 field :svctm, :color => "blue",
                :alias => "service time, ms",
-               :data  => 
"secondYAxis(servers.graphite1001.iostat.sda.service_time.value)"
+               :data  => 
"secondYAxis(servers.graphite1001.iostat.md1.service_time.value)"
 
 field :await, :color => "green",
                :alias => "wait, ms",
-               :data  => "servers.graphite1001.iostat.sda.await.value"
+               :data  => "servers.graphite1001.iostat.md1.await.value"
 
 field :queue, :color => "red",
                :alias => "queue length",
-               :data  => 
"servers.graphite1001.iostat.sda.average_queue_length.value"
+               :data  => 
"servers.graphite1001.iostat.md1.average_queue_length.value"
 

-- 
To view, visit https://gerrit.wikimedia.org/r/189504
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b02c11a4da9e8225c1a9ac29d3782ca22515819
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to