discussion: maybe we should use milliseconds everywhere in metrics
Originally posted by @wemeetagain in #8838 (comment)
To clarify, I think we should use milliseconds but when passing values to metrics we need to use seconds (prometheus best practices) and all our metrics are _seconds. It would be good if this can be handled internally by our metric register, ie. caller passes as milliseconds and it gets converted to seconds internally.
discussion: maybe we should use milliseconds everywhere in metrics
Originally posted by @wemeetagain in #8838 (comment)
To clarify, I think we should use milliseconds but when passing values to metrics we need to use seconds (prometheus best practices) and all our metrics are
_seconds. It would be good if this can be handled internally by our metric register, ie. caller passes as milliseconds and it gets converted to seconds internally.