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

Fixed typo for default service name in Jaeger Exporter #77

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

humivo
Copy link

@humivo humivo commented Apr 9, 2021

Changed the variable semconv.ServiceVersionKey to the correct service name of semconv.ServiceNameKey. Should resolve Issue #1783

@humivo humivo requested review from Aneurysm9 and alolita April 9, 2021 15:46
@codecov-io
Copy link

Codecov Report

Merging #77 (50c94b4) into main (7d8e6bd) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   40.91%   40.92%   +0.01%     
==========================================
  Files         181      181              
  Lines       14160    14160              
==========================================
+ Hits         5793     5795       +2     
+ Misses       8012     8011       -1     
+ Partials      355      354       -1     
Impacted Files Coverage Δ
exporters/trace/jaeger/jaeger.go 93.51% <100.00%> (ø)
sdk/trace/batch_span_processor.go 83.96% <0.00%> (+1.52%) ⬆️

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 7d8e6bd...50c94b4. Read the comment docs.

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.

Jaeger exporter: default service name typo
5 participants