htpawel commented on PR #37936:
URL: https://github.com/apache/airflow/pull/37936#issuecomment-2111755394

   > > What test did you have in mind? I can't think of any to accomplish this
   > 
   > If you are trying to make sure the metric is emitted in seconds and not 
milliseconds, maybe start a timer, sleep(1), and assert that Stats.timer() was 
called with a value of 1 and not 1000?
   
   I've already made sure that metric is emitted in milliseconds (if you use it 
correctly, so pass milliseconds or delta) but if someone will pass seconds it 
will emit seconds obviously (with ms suffix..) and there is no test / mechanism 
to prevents this automatically in any way.. Developers just must know that 
Statsd expects milliseconds or delta object only, that's convention.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to