Filippo Giunchedi has submitted this change and it was merged.

Change subject: gdash: adjust graphite dashboards afte carbon-c-relay
......................................................................


gdash: adjust graphite dashboards afte carbon-c-relay

Change-Id: Ib08c2f3dc3c7d87b4d8fefc5ea84292246ea9159
---
A files/gdash/dashboards/graphite/carbon_c_relay.graph
D files/gdash/dashboards/graphite/carbon_relay.graph
M files/gdash/dashboards/graphite/network_err.graph
3 files changed, 18 insertions(+), 10 deletions(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/files/gdash/dashboards/graphite/carbon_c_relay.graph 
b/files/gdash/dashboards/graphite/carbon_c_relay.graph
new file mode 100644
index 0000000..5f982d6
--- /dev/null
+++ b/files/gdash/dashboards/graphite/carbon_c_relay.graph
@@ -0,0 +1,17 @@
+title   "carbon c relay"
+
+field :metrics_in_frontend,
+               :alias => "metrics received (frontend)",
+               :data  => 
"derivative(carbon.relays.graphite1001_frontend.metricsReceived)"
+
+field :metrics_in_local,
+               :alias => "metrics received (local)",
+               :data  => 
"derivative(carbon.relays.graphite1001_local.metricsReceived)"
+
+field :queue_drops_frontend,
+               :alias => "queue drops (frontend)",
+               :data  => 
"derivative(carbon.relays.graphite1001_frontend.metricsDropped)"
+
+field :queue_drops_local,
+               :alias => "queue drops (local)",
+               :data  => 
"derivative(carbon.relays.graphite1001_local.metricsDropped)"
diff --git a/files/gdash/dashboards/graphite/carbon_relay.graph 
b/files/gdash/dashboards/graphite/carbon_relay.graph
deleted file mode 100644
index 047ad3b..0000000
--- a/files/gdash/dashboards/graphite/carbon_relay.graph
+++ /dev/null
@@ -1,9 +0,0 @@
-title   "carbon relay"
-
-field :metrics_in,
-               :alias => "metrics received",
-               :data  => 
"sumSeries(carbon.relays.graphite1001-*.metricsReceived)"
-
-field :queue_drops,
-               :alias => "queue drops",
-               :data  => 
"secondYAxis(sumSeries(carbon.relays.graphite1001-*.destinations.*.fullQueueDrops))"
diff --git a/files/gdash/dashboards/graphite/network_err.graph 
b/files/gdash/dashboards/graphite/network_err.graph
index ae4166d..28d8837 100644
--- a/files/gdash/dashboards/graphite/network_err.graph
+++ b/files/gdash/dashboards/graphite/network_err.graph
@@ -7,4 +7,4 @@
 
 field :rx_dgram, :color => "blue",
                :alias => "rx datagrams",
-               :data  => "servers.graphite1001.udp.InDatagrams"
+               :data  => "secondYAxis(servers.graphite1001.udp.InDatagrams)"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib08c2f3dc3c7d87b4d8fefc5ea84292246ea9159
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to