emqx/apps/emqx_statsd
Serge Tupchii b3907128e8 fix: set statsd flush_time_interval = max(flush_time_interval, sample_time_interval)
flush_time_interval is used to calculate statsd sampling rate:
    rate = sample_time_interval / flush_time_interval
This means that flush_time_interval must always be greater than (or equal to)
sample_time_interval, otherwise, the sampling rate will be invalid (> 1).

Relates to EMQX-9055
2023-03-03 22:24:00 +02:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
i18n refactor: emqx_statsd hot update 2022-11-18 10:43:22 +08:00
include chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
src fix: set statsd flush_time_interval = max(flush_time_interval, sample_time_interval) 2023-03-03 22:24:00 +02:00
test fix: restart emqx_statsd with the updated configuration 2023-03-03 22:24:00 +02:00
.gitignore chore: support statsd 2021-06-21 12:20:20 +08:00
README.md chore: support statsd 2021-06-21 12:20:20 +08:00
rebar.config style: reformat emqx_machine, emqx_plugin_libs, and emqx_statsd 2022-04-23 09:55:50 +02:00

README.md

emqx_statsd

An OTP application

Build

$ rebar3 compile