You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using dogstatsd-ruby and one thing I'm not sure of is why the Datadog metrics reported by using timing seem to not have ms set as the unit. Can anyone verify that this is a bug with dogstatsd-ruby or something we are doing wrong in calling it?
We've been using dogstatsd-ruby and one thing I'm not sure of is why the Datadog metrics reported by using
timing
seem to not havems
set as the unit. Can anyone verify that this is a bug with dogstatsd-ruby or something we are doing wrong in calling it?I see the code tries to send the unit 'ms' as part of
timing
https://github.com/DataDog/dogstatsd-ruby/blob/master/lib/datadog/statsd.rb#L366-L369 but this does not seem to be working.The text was updated successfully, but these errors were encountered: