-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[chore] convert configgrpc.KeepaliveServerConfig.ServerParameters and… #13364
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] convert configgrpc.KeepaliveServerConfig.ServerParameters and… #13364
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13364 +/- ##
==========================================
- Coverage 91.53% 91.50% -0.03%
==========================================
Files 528 528
Lines 29469 29467 -2
==========================================
- Hits 26974 26964 -10
- Misses 1969 1975 +6
- Partials 526 528 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
once merged, will open a PR on contrib to fix references highlighted in failing contrib-tests |
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.
Looks good to me, just a small nitpick
… EnforcementPolicy to configoptional
3f2d307 to
d0341ff
Compare
9551370
Signed-off-by: otelbot <[email protected]><!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Convert tests/modules using `configgrpc.Keepalive` parameters to configoptional <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Required due to open-telemetry/opentelemetry-collector#13364 <!--Describe what testing was performed and which tests were added.--> #### Testing existing unit/e2e/integration tests <!--Describe the documentation added.--> #### Documentation none, no change to users or api in this repo <!--Please delete paragraphs that you did not use before submitting.-->
… EnforcementPolicy to configoptional
Description
converts
configgrpc.KeepaliveServerConfig.ServerParametersandconfiggrpc.KeepaliveServerConfig.EnforcementPolicyfrom pointers toconfigoptionaltypeLink to tracking issue
Fixes #13250 and follow-up to missed code in #13252
Testing
existing unit/ci tests
Documentation
update chloggen from #13252