-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support for multiple sender options for sending traces/spans #19
Labels
Comments
Sure, that would be great!
…On Fri, Jan 8, 2021 at 8:10 AM Nitish Goyal ***@***.***> wrote:
As of now, vertx-zipkin library only support HttpSenderOptions which
makes a HTTP call to http://localhost:9411/api/v2/spans
Something like KafkaSenderOptions or any other queue based sender would be
a great addition.
Do we intend to add more options in SenderOptions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXDCXX77IREFEVCPNVRELSY2VVRANCNFSM4V2BRHIQ>
.
|
vietj
added
help wanted
Extra attention is needed
enhancement
New feature or request
and removed
enhancement
New feature or request
labels
Jan 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now, vertx-zipkin library only support
HttpSenderOptions
which makes a HTTP call tohttp://localhost:9411/api/v2/spans
Something like KafkaSenderOptions or any other queue based sender would be a great addition.
Do we intend to add more options in SenderOptions?
The text was updated successfully, but these errors were encountered: