fix(statsd): remove the extra debug log msg
This commit is contained in:
parent
746a91efd8
commit
32b571091b
|
@ -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],
|
||||||
|
|
Loading…
Reference in New Issue