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

statsd: support sending metrics with timestamp. #262

Merged
merged 8 commits into from Oct 31, 2022
Merged

Commits on Jul 28, 2022

  1. statsd: support sending metrics with timestamp.

    Adds two methods in the `ClientInterface` to support sending gauge and count with
    timestamp `GaugeWithTimestamp` and `CountWithTimestamp`, for users aggregating metrics
    on their side and who can provide a timestamp for a given metric.
    remeh committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    97e39ef View commit details
    Browse the repository at this point in the history
  2. statsd: the metrics with timestamp are directly written in the serial…

    …ization buffer.
    
    They are not going through the client aggregator.
    remeh committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3529331 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    87572b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68308a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    6e8a1ef View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    0325b2a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    4d27807 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. statsd: comments phrasing

    remeh committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    da9d9c6 View commit details
    Browse the repository at this point in the history