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

tracer: enable stats flushing when Flush() is called #1661

Merged
merged 13 commits into from
Jan 19, 2023
Merged

Commits on Jan 13, 2023

  1. ddtrace/tracer: enable stats flushing when Flush() is called

    Flush() flushed buffered traces, but it did not flush stats. We enabled flushing stats by adding a flush method to the statsdClient interface and calling that method when trace flushing occurred.
    
    Fixes #1547
    lievan committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    05083d5 View commit details
    Browse the repository at this point in the history
  2. ddtrace/tracer: add unit test for flushing stats

    Altered TestFlush to verify that flushSync() flushes stats
    lievan committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a8a6e0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cecef78 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. ddtrace/tracer: added flushing for stats concentrator and test for fl…

    …ushing stats concentrator
    lievan committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ec3b8ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d3a16 View commit details
    Browse the repository at this point in the history
  3. Change assert from Equal to Zero

    Co-authored-by: Katie Hockman <katie@hockman.dev>
    lievan and katiehockman committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e27c7d6 View commit details
    Browse the repository at this point in the history
  4. Change bucketSize of concentrator in TestFlush to defaultStatsBucketSize

    Co-authored-by: Katie Hockman <katie@hockman.dev>
    lievan and katiehockman committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    189d555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fa49fe View commit details
    Browse the repository at this point in the history
  6. Fixed flipped assertion for statsdclient flush unit test

    Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
    lievan and ajgajg1134 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ca3aa24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc2d054 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    d69cca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa4942a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

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