Filippo Giunchedi has uploaded a new change for review.

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

Change subject: gdash: fix graphite dashboard colors
......................................................................

gdash: fix graphite dashboard colors

Change-Id: I84a4f636f1c021d853e8336d74580078b51f1a28
---
M files/gdash/dashboards/graphite.codfw/network_err.graph
M files/gdash/dashboards/graphite.codfw/network_io.graph
M files/gdash/dashboards/graphite.eqiad/network_err.graph
M files/gdash/dashboards/graphite.eqiad/network_io.graph
4 files changed, 6 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/75/215375/1

diff --git a/files/gdash/dashboards/graphite.codfw/network_err.graph 
b/files/gdash/dashboards/graphite.codfw/network_err.graph
index 4cfe5e6..138e8c3 100644
--- a/files/gdash/dashboards/graphite.codfw/network_err.graph
+++ b/files/gdash/dashboards/graphite.codfw/network_err.graph
@@ -1,7 +1,7 @@
 title   "udp errors/drops, all interfaces"
 vtitle  "packets/s"
 
-field :rx_dgram, :color => "green",
+field :rx_dgram,
                :alias => "rx datagrams",
                :data  => "servers.graphite2001.udp.InDatagrams"
 
diff --git a/files/gdash/dashboards/graphite.codfw/network_io.graph 
b/files/gdash/dashboards/graphite.codfw/network_io.graph
index b572280..4c056e3 100644
--- a/files/gdash/dashboards/graphite.codfw/network_io.graph
+++ b/files/gdash/dashboards/graphite.codfw/network_io.graph
@@ -1,11 +1,10 @@
 title   "network IO, all interfaces"
 vtitle  "bytes/s"
-area    :first
 
-field :tx, :color => "green",
+field :tx,
                :alias => "tx",
                :data  => "sumSeries(servers.graphite2001.network.*.tx_byte)"
 
-field :rx, :color => "blue",
+field :rx,
                :alias => "rx",
                :data  => "sumSeries(servers.graphite2001.network.*.rx_byte)"
diff --git a/files/gdash/dashboards/graphite.eqiad/network_err.graph 
b/files/gdash/dashboards/graphite.eqiad/network_err.graph
index 9d738f9..52a5ecf 100644
--- a/files/gdash/dashboards/graphite.eqiad/network_err.graph
+++ b/files/gdash/dashboards/graphite.eqiad/network_err.graph
@@ -1,7 +1,7 @@
 title   "udp errors/drops, all interfaces"
 vtitle  "packets/s"
 
-field :rx_dgram, :color => "green",
+field :rx_dgram,
                :alias => "rx datagrams",
                :data  => "servers.graphite1001.udp.InDatagrams"
 
diff --git a/files/gdash/dashboards/graphite.eqiad/network_io.graph 
b/files/gdash/dashboards/graphite.eqiad/network_io.graph
index 3bcb56e..b38a909 100644
--- a/files/gdash/dashboards/graphite.eqiad/network_io.graph
+++ b/files/gdash/dashboards/graphite.eqiad/network_io.graph
@@ -1,11 +1,10 @@
 title   "network IO, all interfaces"
 vtitle  "bytes/s"
-area    :first
 
-field :tx, :color => "green",
+field :tx,
                :alias => "tx",
                :data  => "sumSeries(servers.graphite1001.network.*.tx_byte)"
 
-field :rx, :color => "blue",
+field :rx,
                :alias => "rx",
                :data  => "sumSeries(servers.graphite1001.network.*.rx_byte)"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I84a4f636f1c021d853e8336d74580078b51f1a28
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