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

WIP: Elasticsearch uses Span2 internally #1651

Closed
wants to merge 5 commits into from
Closed

Commits on Jul 27, 2017

  1. Adds zipkin.internal.Span2

    This adds an internal copy of the new span data structure defined in
    issue 1499. This is starting internal to ease review and allow
    incremental progress. The first consumer will be dependency linking.
    Adrian Cole committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    a9e991a View commit details
    Browse the repository at this point in the history
  2. Adds zipkin.internal.Span2Converter

    This adds an internal copy of a span conversion utility mentioned in
    issue #1499. This is starting internal to ease review and allow
    incremental progress. The first consumer will be dependency linking.
    Adrian Cole committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    f9fcf15 View commit details
    Browse the repository at this point in the history
  3. Adds zipkin.internal.Span2Codec.JSON

    This adds an internal copy of a span json codec issue #1499. This starts
    internal to ease review and allow incremental progress. The first
    consumer will be Elasticsearch, as this format removes nested queries.
    
    Note: this change also introduces json serialization of Span2, which
    allows future use in Spark.
    Adrian Cole committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    58f5b96 View commit details
    Browse the repository at this point in the history
  4. Drops internal DependencyLinkSpan for Span2

    This drops the internal type of DependencyLinkSpan in favor of the Span2
    type coming in #1499. Doing so now gives us practice, solves a few bugs
    along the way. When Span2 becomes non-internal, the change will be a
    simple package rename.
    Adrian Cole committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    066c6b5 View commit details
    Browse the repository at this point in the history
  5. Spikes ES support

    Adrian Cole committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    8aaf7bb View commit details
    Browse the repository at this point in the history