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 support for retry and sending queue for Jaeger exporter #1401

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Jul 20, 2020

No description provided.

@codecov
Copy link

codecov bot commented Jul 20, 2020

Codecov Report

Merging #1401 into master will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1401      +/-   ##
==========================================
- Coverage   90.61%   90.58%   -0.04%     
==========================================
  Files         220      220              
  Lines       15679    15689      +10     
==========================================
+ Hits        14208    14212       +4     
- Misses       1059     1062       +3     
- Partials      412      415       +3     
Impacted Files Coverage Δ
exporter/jaegerexporter/exporter.go 76.47% <100.00%> (-9.74%) ⬇️
exporter/jaegerexporter/factory.go 93.33% <100.00%> (+1.33%) ⬆️
receiver/otlpreceiver/otlp.go 90.47% <0.00%> (-3.18%) ⬇️

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 4046234...6ed0990. Read the comment docs.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Copy link
Member

@james-bebbington james-bebbington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Configs starting to look very nice and consistent 😄

@@ -38,11 +38,17 @@ func NewFactory() component.ExporterFactory {
}

func createDefaultConfig() configmodels.Exporter {
// TODO: Enable the queued settings.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the blocker for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to keep PRs focused, and also I need to deprecate the queue retry processor before enabling this on all the exporters

@bogdandrutu bogdandrutu merged commit f10fbf2 into open-telemetry:master Jul 21, 2020
@bogdandrutu bogdandrutu deleted the retrydefault branch September 14, 2020 17:19
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
* Rename `otlp.WithAddress` to `otlp.WithEndpoint`

* Unify the term of the endpoint from exporter

* Update CHANGELOG

* Update example/otel-collector/main.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Switch to the full word collector

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
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.

2 participants