-
Notifications
You must be signed in to change notification settings - Fork 16
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 Span.timestamp/duration #10
Comments
codefromthecrypt
pushed a commit
to openzipkin/zipkin-dependencies
that referenced
this issue
Aug 7, 2016
codefromthecrypt
pushed a commit
that referenced
this issue
Aug 9, 2016
codefromthecrypt
pushed a commit
that referenced
this issue
Aug 10, 2016
codefromthecrypt
pushed a commit
to openzipkin-attic/zipkin-sparkstreaming
that referenced
this issue
Feb 9, 2017
This fixes up spans reported by [Finagle](https://github.com/twitter/finagle/tree/develop/finagle-zipkin). Adjustment code should not be added without a tracking issue either in [Finagle](https://github.com/twitter/finagle/issues) or [Zipkin Finagle](https://github.com/openzipkin/zipkin-finagle/issues). FinagleAdjuster can be used as a library, where attributes are set via `FinagleAdjuster.Builder`. It is more commonly enabled with Spring via autoconfiguration when "zipkin.sparkstreaming.adjuster.finagle.enabled" is set to "true" Here are the relevant setting and a short description. Properties all have a prefix of "zipkin.sparkstreaming.adjuster.finagle" Attribute | Property | Description | Fix --- | --- | --- | --- applyTimestampAndDuration | apply-timestamp-and-duration | Backfill span.timestamp and duration based on annotations. Defaults to true | [Use zipkin-finagle](openzipkin/zipkin-finagle#10)
codefromthecrypt
pushed a commit
to openzipkin-attic/zipkin-sparkstreaming
that referenced
this issue
Feb 9, 2017
This fixes up spans reported by [Finagle](https://github.com/twitter/finagle/tree/develop/finagle-zipkin). Adjustment code should not be added without a tracking issue either in [Finagle](https://github.com/twitter/finagle/issues) or [Zipkin Finagle](https://github.com/openzipkin/zipkin-finagle/issues). FinagleAdjuster can be used as a library, where attributes are set via `FinagleAdjuster.Builder`. It is more commonly enabled with Spring via autoconfiguration when "zipkin.sparkstreaming.adjuster.finagle.enabled" is set to "true" Here are the relevant setting and a short description. Properties all have a prefix of "zipkin.sparkstreaming.adjuster.finagle" Attribute | Property | Description | Fix --- | --- | --- | --- applyTimestampAndDuration | apply-timestamp-and-duration | Backfill span.timestamp and duration based on annotations. Defaults to true | [Use zipkin-finagle](openzipkin/zipkin-finagle#10)
codefromthecrypt
pushed a commit
to openzipkin-attic/zipkin-sparkstreaming
that referenced
this issue
Feb 9, 2017
This fixes up spans reported by [Finagle](https://github.com/twitter/finagle/tree/develop/finagle-zipkin). Adjustment code should not be added without a tracking issue either in [Finagle](https://github.com/twitter/finagle/issues) or [Zipkin Finagle](https://github.com/openzipkin/zipkin-finagle/issues). FinagleAdjuster can be used as a library, where attributes are set via `FinagleAdjuster.Builder`. It is more commonly enabled with Spring via autoconfiguration when "zipkin.sparkstreaming.adjuster.finagle.enabled" is set to "true" Here are the relevant setting and a short description. Properties all have a prefix of "zipkin.sparkstreaming.adjuster.finagle" Attribute | Property | Description | Fix --- | --- | --- | --- applyTimestampAndDuration | apply-timestamp-and-duration | Backfill span.timestamp and duration based on annotations. Defaults to true | [Use zipkin-finagle](openzipkin/zipkin-finagle#10)
codefromthecrypt
pushed a commit
to openzipkin-attic/zipkin-sparkstreaming
that referenced
this issue
Feb 10, 2017
This fixes up spans reported by [Finagle](https://github.com/twitter/finagle/tree/develop/finagle-zipkin). Adjustment code should not be added without a tracking issue either in [Finagle](https://github.com/twitter/finagle/issues) or [Zipkin Finagle](https://github.com/openzipkin/zipkin-finagle/issues). FinagleAdjuster can be used as a library, where attributes are set via `FinagleAdjuster.Builder`. It is more commonly enabled with Spring via autoconfiguration when "zipkin.sparkstreaming.adjuster.finagle.enabled" is set to "true" Here are the relevant setting and a short description. Properties all have a prefix of "zipkin.sparkstreaming.adjuster.finagle" Attribute | Property | Description | Fix --- | --- | --- | --- applyTimestampAndDuration | apply-timestamp-and-duration | Backfill span.timestamp and duration based on annotations. Defaults to true | [Use zipkin-finagle](openzipkin/zipkin-finagle#10)
codefromthecrypt
pushed a commit
to openzipkin-attic/zipkin-sparkstreaming
that referenced
this issue
Feb 10, 2017
This fixes up spans reported by [Finagle](https://github.com/twitter/finagle/tree/develop/finagle-zipkin). Adjustment code should not be added without a tracking issue either in [Finagle](https://github.com/twitter/finagle/issues) or [Zipkin Finagle](https://github.com/openzipkin/zipkin-finagle/issues). FinagleAdjuster can be used as a library, where attributes are set via `FinagleAdjuster.Builder`. It is more commonly enabled with Spring via autoconfiguration when "zipkin.sparkstreaming.adjuster.finagle.enabled" is set to "true" Here are the relevant setting and a short description. Properties all have a prefix of "zipkin.sparkstreaming.adjuster.finagle" Attribute | Property | Description | Fix --- | --- | --- | --- applyTimestampAndDuration | apply-timestamp-and-duration | Backfill span.timestamp and duration based on annotations. Defaults to true | [Use zipkin-finagle](openzipkin/zipkin-finagle#10)
I noticed I added comments on the wrong issue.. will raise in zipkin-sparkstreaming |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recent versions of the zipkin thrift have the fields Span.timestamp and duration. Particularly in the case of client spans, we can set an authoritative start, with duration accurate to microseconds. This would start by updating the model to the latest thrift (or re-using zipkin's core library)
https://github.com/openzipkin/zipkin-api/blob/master/thrift/zipkinCore.thrift
The text was updated successfully, but these errors were encountered: