feat(telemetry): enable audit mode for telemetry - #1858
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## refactor #1858 +/- ##
============================================
+ Coverage 95.00% 95.02% +0.01%
============================================
Files 161 161
Lines 7691 7720 +29
============================================
+ Hits 7307 7336 +29
Misses 384 384 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Hweinstock
force-pushed
the
feat/audit-mode
branch
from
July 29, 2026 16:08
d4a0c40 to
8506577
Compare
Hweinstock
force-pushed
the
feat/audit-mode
branch
2 times, most recently
from
July 29, 2026 16:42
cf993cb to
ea92723
Compare
Hweinstock
force-pushed
the
feat/audit-mode
branch
from
July 29, 2026 16:51
ea92723 to
a219517
Compare
Hweinstock
marked this pull request as ready for review
July 29, 2026 17:11
notgitika
reviewed
Jul 29, 2026
notgitika
left a comment
Contributor
There was a problem hiding this comment.
just one issue otherwise LGTM!
Hweinstock
force-pushed
the
feat/audit-mode
branch
from
July 29, 2026 20:40
0ee0e8a to
fb6882e
Compare
aidandaly24
approved these changes
Jul 29, 2026
aidandaly24
left a comment
Contributor
There was a problem hiding this comment.
This looks good to me. All makes sense and works well from my manual testing.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The current CLI does not support
auditmode. Audit mode allows customers to inspect the telemetry sent without enabling telemetry.Solution
MetricSinkthat continually appends data to a file.Tests and Verification