-
Notifications
You must be signed in to change notification settings - Fork 3k
[exporter/coralogix] Remove unused deprecated configgrpc.ClientConfig #40853
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
Conversation
2387345
to
9b19242
Compare
9b19242
to
6481e37
Compare
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.
@VihasMakwana please resolve the conflicts here.
@ChrsMark Done! |
Looks like there were some failing tests:
|
Hmm. Let me take a look. |
@codeboten this should be good to go now! |
} | ||
|
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.
Why was this removed?
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.
@iblancasa the Headers
was part of configgrpc.ClientConfig
and it was not used anywhere in the code. Your refactoring PR took care of updating PrivateKey
in headers: #40044.
@iblancasa Can you please take a at this PR? |
Please resolve conflicts and mark ready to review again |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Hey @VihasMakwana, don't forget to mark the PR as ready for review when you are done with your work so that we can review and merge it. Thank you! |
@douglascamata Thanks for your ping!! I completely missed it. |
Description
Remove unused deprecated configgrpc.ClientConfig. This field was marked as deprecated in v0.60.0 and is not used anywhere in the code.