-
Couldn't load subscription status.
- Fork 11
Test the CaptureManager #1555
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
Test the CaptureManager #1555
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/DataDog/lading/blob/main/lading/src/bin/lading.rs#L695-L721
is also potentially of interest here
100%, I had this test in mind. It's problematic because it assumes immediate flush of data. As this stack continues that test will eventually disappear. |
This commit ensures that the counter!/gauge! macros are able to result in CaptureManager recording capture lines. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Co-authored-by: Scott Opell <me@scottopell.com>
3695595 to
180aea4
Compare

What does this PR do?
This commit ensures that the counter!/gauge! macros are able to result
in CaptureManager recording capture lines.