fix(statsd): remove the extra debug log msg

This commit is contained in:
Shawn 2021-07-19 14:04:49 +08:00
parent 746a91efd8
commit 32b571091b
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@
flush_time_interval = FlushTimeInterval, flush_time_interval = FlushTimeInterval,
estatsd_pid = Pid, estatsd_pid = Pid,
timer = Ref}) -> timer = Ref}) ->
?LOG(debug, "emqx statsd submit"),
Metrics = emqx_metrics:all() ++ emqx_stats:getstats() ++ emqx_vm_data(), Metrics = emqx_metrics:all() ++ emqx_stats:getstats() ++ emqx_vm_data(),
SampleRate = SampleTimeInterval / FlushTimeInterval, SampleRate = SampleTimeInterval / FlushTimeInterval,
StatsdMetrics = [{gauge, trans_metrics_name(Name), Value, SampleRate, []} || {Name, Value} <- Metrics], StatsdMetrics = [{gauge, trans_metrics_name(Name), Value, SampleRate, []} || {Name, Value} <- Metrics],