-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore: Disable trace exports to Telemetry for helm-registry server #23020
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
chore: Disable trace exports to Telemetry for helm-registry server #23020
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
ef54d0b to
022ddc2
Compare
Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]>
022ddc2 to
72547c1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #23020 +/- ##
==========================================
- Coverage 60.00% 60.00% -0.01%
==========================================
Files 343 343
Lines 57848 57848
==========================================
- Hits 34714 34712 -2
+ Misses 20358 20357 -1
- Partials 2776 2779 +3 ☔ View full report in Codecov by Sentry. |
blakepettersson
left a comment
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.
LGTM
…rgoproj#23020) Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]> Signed-off-by: Kanika Rana <[email protected]>
…rgoproj#23020) Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]> Signed-off-by: Oliver Gondža <[email protected]>
…rgoproj#23020) Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]> Signed-off-by: Lyheng <[email protected]>
…rgoproj#23020) Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]>
…rgoproj#23020) Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]>
…rgoproj#23020) Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]> Signed-off-by: dsuhinin <[email protected]>
…rgoproj#23020) Signed-off-by: Sai Pavan Nunna <[email protected]> Signed-off-by: Sai Pavan <[email protected]> Signed-off-by: dsuhinin <[email protected]>
Fixes #22974
The registry server exports the trace logs to open telemetry server. The added environment variables disables the export and errors will not be seen.
Checklist: