This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 289
Add a firehose flag #417
Comments
vprithvi
added a commit
to vprithvi/jaeger-client-go
that referenced
this issue
Aug 21, 2019
Add 0b100 as a constant for Firehose mode and allow setting and checking this on the span context. fixes jaegertracing#417 ref #1731 Signed-off-by: Prithvi Raj <p.r@uber.com>
vprithvi
added a commit
to vprithvi/jaeger-client-go
that referenced
this issue
Aug 21, 2019
Add 0b100 as a constant for Firehose mode and allow setting and checking this on the span context. fixes jaegertracing#417 ref #1731 Signed-off-by: Prithvi Raj <p.r@uber.com>
vprithvi
added a commit
to vprithvi/jaeger-client-go
that referenced
this issue
Aug 21, 2019
Add 0b100 as a constant for Firehose mode and allow setting and checking this on the span context. fixes jaegertracing#417 ref #1731 Signed-off-by: Prithvi Raj <p.r@uber.com>
vprithvi
added a commit
that referenced
this issue
Aug 21, 2019
* Add a flag for firehose mode Add 0b100 as a constant for Firehose mode and allow setting and checking this on the span context. fixes #417 ref #1731 Signed-off-by: Prithvi Raj <p.r@uber.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Requirement - what kind of business use case are you trying to solve?
See jaegertracing/jaeger#1731
Proposal - what do you suggest to solve the problem or improve the existing situation?
Add Tracer configuration to enable setting a firehose flag on a per endpoint basis.
The text was updated successfully, but these errors were encountered: