We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319a339 commit 35a8234Copy full SHA for 35a8234
samples/group/README.md
@@ -0,0 +1,15 @@
1
+This functionality requires [Graphite 1.0] to be
2
+compiled. The current stable release does not have the
3
+function groupByNode. This feature will be available
4
+when Graphite 1.0 is released.
5
+
6
+[http://graphite.readthedocs.org/en/1.0/functions.html]
7
8
+The callback aggregator is a function will be applied
9
+to the result of groups returned. In this example the
10
+group will be the hard disk name (Ex: sda1). The
11
+function "sumSeries" will be applied to each result
12
+adding the total read iops of all like named disks
13
+and graphing the result.
14
15
+[1]: http://graphite.readthedocs.org/en/1.0/functions.html "Graphite 1.0"
0 commit comments