Skip to content
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

Merged
merged 2 commits into from
Jun 20, 2020
Merged

Fix k8s config #1146

merged 2 commits into from
Jun 20, 2020

Conversation

flands
Copy link
Contributor

@flands flands commented Jun 18, 2020

Addresses #1019

Also add debug logging to local config YAML

Addresses open-telemetry#1019

Also add debug logging to local config YAML
examples/k8s.yaml Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jun 18, 2020

Codecov Report

Merging #1146 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
translator/internaldata/resource_to_oc.go 76.47% <0.00%> (-2.95%) ⬇️
service/service.go 50.52% <0.00%> (-0.71%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 451e42f...c517128. Read the comment docs.

@owais
Copy link
Contributor

owais commented Jun 18, 2020

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.

@owais
Copy link
Contributor

owais commented Jun 18, 2020

Also, we should see if we move ballast to config instead of being a CLI arg.

@flands
Copy link
Contributor Author

flands commented Jun 18, 2020

or this: #1078. These are separate issues though -- goal of this PR is to fix what we have today and is incorrect.

@bogdandrutu bogdandrutu merged commit 080619b into open-telemetry:master Jun 20, 2020
wyTrivail pushed a commit to mxiamxia/opentelemetry-collector that referenced this pull request Jul 13, 2020
* Fix k8s config

Addresses open-telemetry#1019

Also add debug logging to local config YAML

* Address feedback
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
…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] <support@github.com>

* 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 <a9@aneurysm9.com>
swiatekm pushed a commit to swiatekm/opentelemetry-collector that referenced this pull request Oct 9, 2024
…try#1146)

* fix references to old variables

* add a note to readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants