X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=a16f29a1fd83b1982fbaa3791ee03d1a421dbebd;hb=2dd0f9076e04a3d28793f8f45d098ea0a743ab3b;hp=c98b5f10a394adb8f43785e52e3e1ae3a09861e9;hpb=7f28a5bc90ffb5f2c39edd3b7ce66fcf376638da;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index c98b5f10..a16f29a1 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5109,6 +5109,9 @@ The I listens to a UDP socket, reads "events" in the statsd protocol and dispatches rates or other aggregates of these numbers periodically. +The plugin implements the I, I and I types which are +dispatched as C, C and C respectively. + The following configuration options are valid: =over 4 @@ -5123,6 +5126,18 @@ Bind to the hostname / address I. By default, the plugin will bind to the UDP port to listen to. This can be either a service name or a port number. Defaults to C<8125>. +=item B B|B + +=item B B|B + +=item B B|B + +These options control what happens if metrics are not updated in an interval. +If set to B, the default, metrics are dispatched unchanged, i.e. the +rate of counters will be zero, timers report C and gauges are unchanged. +If set to B, the such metrics are not dispatched and removed from the +internal cache. + =back =head2 Plugin C