Filippo Giunchedi has uploaded a new change for review.

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

Change subject: gdash: display udp errors in graphite dashboard
......................................................................

gdash: display udp errors in graphite dashboard

Change-Id: I5ff46623cf52949e6523d1256e63503cd4232684
---
M files/gdash/dashboards/graphite/network_err.graph
1 file changed, 7 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/65/204265/1

diff --git a/files/gdash/dashboards/graphite/network_err.graph 
b/files/gdash/dashboards/graphite/network_err.graph
index 4da1145..ae4166d 100644
--- a/files/gdash/dashboards/graphite/network_err.graph
+++ b/files/gdash/dashboards/graphite/network_err.graph
@@ -1,11 +1,10 @@
-title   "network errors/drops, all interfaces"
+title   "udp errors/drops, all interfaces"
 vtitle  "packets/s"
-area    :first
 
-field :tx, :color => "green",
-               :alias => "tx",
-               :data  => "sumSeries(servers.graphite1001.network.*.tx_errors, 
servers.graphite1001.network.*.tx_drop)"
+field :rx_err, :color => "green",
+               :alias => "rx errors",
+               :data  => "sumSeries(servers.graphite1001.udp.InErrors, 
servers.graphite1001.udp.NoPorts, servers.graphite1001.udp.RcvbufErrors)"
 
-field :rx, :color => "blue",
-               :alias => "rx",
-               :data  => "sumSeries(servers.graphite1001.network.*.rx_errors, 
servers.graphite1001.network.*.rx_drop)"
+field :rx_dgram, :color => "blue",
+               :alias => "rx datagrams",
+               :data  => "servers.graphite1001.udp.InDatagrams"

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

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