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 a split protocol driver for otlp exporter #1418

Merged
merged 4 commits into from Dec 22, 2020

Conversation

krnowak
Copy link
Member

@krnowak krnowak commented Dec 21, 2020

The split driver takes two other drivers and uses one of them for sending traces and another for sending metrics.

Closes #1121
Closes #1202

This is a wrapper around two other protocol drivers, so it makes it
possible to send traces using a different protocol than the one used
for metrics.
@codecov
Copy link

codecov bot commented Dec 21, 2020

Codecov Report

Merging #1418 (3a0b0c5) into master (439cd31) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1418     +/-   ##
========================================
+ Coverage    78.5%   78.6%   +0.1%     
========================================
  Files         125     126      +1     
  Lines        6324    6369     +45     
========================================
+ Hits         4966    5011     +45     
  Misses       1114    1114             
  Partials      244     244             
Impacted Files Coverage Δ
exporters/otlp/protocoldriver.go 100.0% <100.0%> (ø)

exporters/otlp/protocoldriver.go Show resolved Hide resolved
@MrAlias MrAlias merged commit 38e76ef into open-telemetry:master Dec 22, 2020
@krnowak krnowak deleted the otlp-exporter-4 branch December 22, 2020 19:04
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.

Update OTLP exporter to send different signals to different endpoints
4 participants