Skip to content
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

Support passing Unix timestamps to dogstatsd #831

Merged
merged 4 commits into from
May 23, 2024

Commits on May 23, 2024

  1. Support passing Unix timestamps to dogstatsd

    Following [v1.3 protocol](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics#dogstatsd-protocol-v13) allow passing timestamps along with the metric, which can mitigate the load on the agent when emitting a lot of metrics in a short time span.
    
    Only gauges and counts are supported.
    abolibibelot authored and carlosroman committed May 23, 2024
    Configuration menu
    Copy the full SHA
    89f678d View commit details
    Browse the repository at this point in the history
  2. Use specific methods for counter and gauge with ts

    and document minimum agent version.
    abolibibelot authored and carlosroman committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8eb39f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e51a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88ab0a6 View commit details
    Browse the repository at this point in the history