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

Change Jaeger receiver config #510

Merged
merged 1 commit into from
Jan 22, 2020
Merged

Change Jaeger receiver config #510

merged 1 commit into from
Jan 22, 2020

Conversation

owais
Copy link
Contributor

@owais owais commented Jan 18, 2020

We use underscores instead of dashes by convention in all component
configuration. Jaeger receiver used dashes. This commit brings jaeger
receiver in line with the rest of the components.

@tigrannajaryan
Copy link
Member

@owais you will need to also update E2E tests to generate the config correctly.

Copy link
Contributor

@pjanotti pjanotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Ideally we should be failing the usage of dashes at test time, but the test can't cover this case (at least not yet).

@codecov-io
Copy link

codecov-io commented Jan 22, 2020

Codecov Report

Merging #510 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #510      +/-   ##
=========================================
+ Coverage   76.05%   76.1%   +0.05%     
=========================================
  Files         123     123              
  Lines        7639    7639              
=========================================
+ Hits         5810    5814       +4     
+ Misses       1553    1550       -3     
+ Partials      276     275       -1
Impacted Files Coverage Δ
receiver/jaegerreceiver/factory.go 94.16% <ø> (ø) ⬆️
exporter/opencensusexporter/opencensus.go 51.57% <0%> (+4.21%) ⬆️

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 34b2459...3edae29. Read the comment docs.

We use underscores instead of dashes by convention in all component
configuration. Jaeger receiver used dashes. This commit brings jaeger
receiver in line with the rest of the components.
@owais
Copy link
Contributor Author

owais commented Jan 22, 2020

@pjanotti removed circleci to make this pass.

@pjanotti pjanotti merged commit 1a92a7e into open-telemetry:master Jan 22, 2020
@owais owais deleted the fix-jaeger-receiver-config branch January 22, 2020 01:15
pjanotti pushed a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Jan 22, 2020
This fixes recent inconsistent changes made to the jaeger receiver.

open-telemetry/opentelemetry-collector#510
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
* Scripts for releasing.

- fixes open-telemetry#510

* fix review comments.

Co-authored-by: Joshua MacDonald <[email protected]>
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
…y#510)

Bumps [boto3](https://github.com/boto/boto3) from 1.17.99 to 1.17.100.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.99...1.17.100)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

None yet

4 participants