Default installation will listen for StatsD metrics and forward them to Bleemeo Cloud platform.
Bleemeo agent uses the StatsD listener of Telegraf.
To use a StatsD client with Bleemeo, all you need is to point your StatsD client to your Bleemeo monitoring agent. Listener is activated by default on StatsD default port (8125).
It can be customized in the telegraf section of the monitoring agent configuration:
telegraf:statsd:enable: trueaddress: "127.0.0.1"port: 8125
The following StatsD metric types are supported:
counter: The metric will be "statsd_NAME". It's a rate per second.
gauge: The metric will be "statsd_NAME".
timing: Multiple metrics will be created:
To activate the metrics you want to see in Bleemeo, add in the metric section of the configuration of the monitoring agent:
metric:allow_metrics:- statsd_visitors_countdeny_metrics:- statsd_visitors_lowerinclude_default_metrics: true