-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear meaning of DateTime for Gauges #103
Comments
Agreed, it looks weird. Can't see any real justification in the (very old) commit that added it: 63c1a45 |
This is almost certainly unused, and not matched by similar methods for increment / timer etc. |
I'd concur that we could drop it as part of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two methods in
StatsDMessageFormatter
class which are using DateTime parameterI was not able to find any reference to Unix timestamp in statsd docs
https://github.com/b/statsd_spec#gauges
https://statsd.readthedocs.io/en/v3.3/types.html#gauges
https://github.com/etsy/statsd/blob/master/docs/metric_types.md#gauges
Also this paragraph
Am I missing something?
The text was updated successfully, but these errors were encountered: