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

Add InstrumentationLibrary info to Zipkin/Jaeger exporters #1119

Merged

Conversation

evantorrie
Copy link
Contributor

@codecov
Copy link

codecov bot commented Sep 2, 2020

Codecov Report

Merging #1119 into master will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1119   +/-   ##
======================================
  Coverage    77.1%   77.2%           
======================================
  Files         133     133           
  Lines        7109    7113    +4     
======================================
+ Hits         5488    5493    +5     
+ Misses       1371    1369    -2     
- Partials      250     251    +1     
Impacted Files Coverage Δ
exporters/trace/jaeger/jaeger.go 84.9% <100.0%> (ø)
exporters/trace/zipkin/model.go 98.8% <100.0%> (+<0.1%) ⬆️
sdk/trace/batch_span_processor.go 81.4% <0.0%> (+1.0%) ⬆️

@MrAlias MrAlias merged commit f38e190 into open-telemetry:master Sep 3, 2020
evantorrie added a commit to evantorrie/opentelemetry-go that referenced this pull request Sep 10, 2020
…metry#1119)

* Add InstrumentationLibrary info to Zipkin/Jaeger exporters

This addresses spec issues
 open-telemetry/opentelemetry-specification#800
 open-telemetry/opentelemetry-specification#801
and opentelemetry-go issues
 open-telemetry#1086
 open-telemetry#1087

* Reflect change in CHANGELOG
@evantorrie evantorrie deleted the instrumentationlibrary-tags branch September 22, 2020 17:43
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.

Add translation of InstrumentationLibraryInfo to Jaeger
3 participants