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

Remove process config for Jaeger exporter #1776

Merged
merged 8 commits into from
Apr 6, 2021

Conversation

IrisTuntun
Copy link
Contributor

Remove Process configuration for Jaeger exporter. The information that could be configured in the Process struct should be configured in a Resource instead. The spec-compliance-matrix will be updated in a follow-up PR.
This should fix #1762

@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #1776 (7c019ce) into main (0d49b59) will decrease coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #1776     +/-   ##
=======================================
- Coverage   78.7%   78.7%   -0.1%     
=======================================
  Files        134     134             
  Lines       7144    7116     -28     
=======================================
- Hits        5628    5602     -26     
+ Misses      1270    1268      -2     
  Partials     246     246             
Impacted Files Coverage Δ
exporters/trace/jaeger/env.go 100.0% <ø> (ø)
exporters/trace/jaeger/jaeger.go 93.5% <100.0%> (-0.4%) ⬇️
exporters/otlp/otlpgrpc/connection.go 90.6% <0.0%> (+1.8%) ⬆️

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
@MrAlias MrAlias merged commit 23422c5 into open-telemetry:main Apr 6, 2021
MrAlias added a commit to MrAlias/opentelemetry-go that referenced this pull request Apr 13, 2021
MrAlias added a commit that referenced this pull request Apr 13, 2021
* Remove the abandoned Process struct in Jaeger exporter

Use of this struct was removed in #1776.

* Update changelog
@MrAlias MrAlias mentioned this pull request Apr 23, 2021
@pellared pellared added this to the untracked milestone Nov 8, 2024
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.

Remove Process configuration for the Jaeger exporter
4 participants