We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01c6f2 commit 9916bbeCopy full SHA for 9916bbe
2 files changed
manifests/plugin/statsd.pp
@@ -9,6 +9,10 @@
9
$deletesets = undef,
10
$interval = undef,
11
$timerpercentile = undef,
12
+ $timerlower = undef,
13
+ $timerupper = undef,
14
+ $timersum = undef,
15
+ $timercount = undef,
16
) {
17
18
collectd::plugin {'statsd':
templates/plugin/statsd.conf.erb
@@ -20,4 +20,16 @@
20
<% if @timerpercentile -%>
21
TimerPercentile <%= @timerpercentile %>
22
<% end -%>
23
+<% if @timerupper -%>
24
+ TimerUpper <%= @timerupper %>
25
+<% end -%>
26
+<% if @timerlower -%>
27
+ TimerLower <%= @timerlower %>
28
29
+<% if @timersum -%>
30
+ TimerSum <%= @timersum %>
31
32
+<% if @timercount -%>
33
+ TimerCount <%= @timercount %>
34
35
</Plugin>
0 commit comments