Filippo Giunchedi has submitted this change and it was merged.

Change subject: diamond: stop collecting disk IO stats for partitions
......................................................................


diamond: stop collecting disk IO stats for partitions

partition statistics roughly take up ~50% of iostat space for little benefit,
note md/lvm are unaffected, only sd* and x?vd*

Bug: T1075
Change-Id: Ia7926fe30e125e74f3d147f47221741730f54860
---
M modules/diamond/manifests/init.pp
1 file changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/modules/diamond/manifests/init.pp 
b/modules/diamond/manifests/init.pp
index 42e43c0..01a6c42 100644
--- a/modules/diamond/manifests/init.pp
+++ b/modules/diamond/manifests/init.pp
@@ -113,4 +113,10 @@
     }
 
     diamond::collector { 'Network': }
+
+    diamond::collector { 'DiskUsage':
+        settings => {
+            devices   => 
'PhysicalDrive[0-9]+$|md[0-9]+$|sd[a-z]+$|x?vd[a-z]+$|disk[0-9]+$|dm-[0-9]+$',
+        },
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia7926fe30e125e74f3d147f47221741730f54860
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Chasemp <chas...@gmail.com>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to