-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
c8f2bc2
to
6ed0990
Compare
There was a problem hiding this 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. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
* 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>
No description provided.