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 core go import path in build type #356

Merged
merged 1 commit into from
Jun 25, 2020
Merged

Fix core go import path in build type #356

merged 1 commit into from
Jun 25, 2020

Conversation

jrcamp
Copy link
Contributor

@jrcamp jrcamp commented Jun 24, 2020

Setting of build type was broken during change to vanity import path in core.
This resulted in metrics not being served on correct address due ot change in
default build type.

Fixes #355

Setting of build type was broken during change to vanity import path in core.
This resulted in metrics not being served on correct address due ot change in
default build type.

Fixes #355
@jrcamp jrcamp requested a review from a team as a code owner June 24, 2020 16:44
@project-bot project-bot bot added this to In progress in Collector Jun 24, 2020
@codecov
Copy link

codecov bot commented Jun 24, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
+ Coverage   82.78%   82.81%   +0.02%     
==========================================
  Files         170      170              
  Lines        9070     9070              
==========================================
+ Hits         7509     7511       +2     
+ Misses       1236     1235       -1     
+ Partials      325      324       -1     
Flag Coverage Δ
#integration 0.00% <ø> (ø)
#unit 82.81% <ø> (+0.02%) ⬆️
Impacted Files Coverage Δ
receiver/carbonreceiver/transport/tcp_server.go 67.61% <0.00%> (+1.90%) ⬆️

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 a00790d...d1030ed. Read the comment docs.

@dmitryax
Copy link
Member

Oh I was struggling yesterday with this particular issue as well.

Collector automation moved this from In progress to Reviewer approved Jun 24, 2020
@jrcamp
Copy link
Contributor Author

jrcamp commented Jun 24, 2020

@tigrannajaryan please merge

@bogdandrutu bogdandrutu merged commit 4a5910d into open-telemetry:master Jun 25, 2020
Collector automation moved this from Reviewer approved to Done Jun 25, 2020
@jrcamp jrcamp deleted the build-type branch June 25, 2020 22:00
wyTrivail referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 13, 2020
Setting of build type was broken during change to vanity import path in core.
This resulted in metrics not being served on correct address due ot change in
default build type.

Fixes #355
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
bogdandrutu pushed a commit that referenced this pull request May 12, 2022
…356)

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

Metrics are exposed by default in localhost:8888
3 participants