-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix k8s config #1146
Fix k8s config #1146
Conversation
Addresses open-telemetry#1019 Also add debug logging to local config YAML
Codecov Report
@@ Coverage Diff @@
## master #1146 +/- ##
==========================================
- Coverage 86.76% 86.73% -0.03%
==========================================
Files 201 201
Lines 14496 14496
==========================================
- Hits 12577 12573 -4
- Misses 1467 1470 +3
- Partials 452 453 +1
Continue to review full report at Codecov.
|
While this is a good hot fix, I think we should fix this is code so memory limiter automatically picks up whatever size is configured for memory ballast. |
Also, we should see if we move ballast to config instead of being a CLI arg. |
or this: #1078. These are separate issues though -- goal of this PR is to fix what we have today and is incorrect. |
* Fix k8s config Addresses open-telemetry#1019 Also add debug logging to local config YAML * Address feedback
…pen-telemetry#1146) * Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /exporters/otlp Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.31.1 to 1.32.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.31.1...v1.32.0) Signed-off-by: dependabot[bot] <[email protected]> * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Mirabella <[email protected]>
…try#1146) * fix references to old variables * add a note to readme
Addresses #1019
Also add debug logging to local config YAML