-
Hello!
But no gauge is being sent to statsd deamon. However, running
manually works as expected and sends the gauge metric so it seems to be something wrong about the My stack
Thanks in advance for any clues! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can see that in yabeda-statsd collection of metrics defined in Unfortunately this method doesn't seem to be called from anywhere, so I suppose that you have to call it explicitly right after Yabeda::Statsd.start
Yabeda::Statsd.start_exporter Please open issue in the yabeda-statsd repo as it is a third-party adapter I don't have control over. |
Beta Was this translation helpful? Give feedback.
I can see that in yabeda-statsd collection of metrics defined in
collect
blocks is done in separatestart_exporter
method here:https://github.com/asusikov/yabeda-statsd/blob/c248f138f7229a50f570ca5a07394fb079781138/lib/yabeda/statsd.rb#L31-L39
Unfortunately this method doesn't seem to be called from anywhere, so I suppose that you have to call it explicitly right after
start
:Please open issue in the yabeda-statsd repo as it is a third-party adapter I don't have control over.