-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(datadog_traces sink): APM stats payloads are sent independent of …
…trace payloads and at a set interval. (#15084) - APM stats are now "flushed" in a separate thread, detached from the sink's stream loop. - The stats flushing thread flushes the oldest bucket every 10 seconds, and caches the last two 10 second buckets. - When sink is shutting down, the APM stats thread flushes remaining buckets.
- Loading branch information
Showing
15 changed files
with
1,591 additions
and
1,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.