Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Add accessors to deconstruct Span #54

Merged

Commits on May 27, 2020

  1. Add accessors to deconstruct Span

    When trying to link traces across separate systems (either linked via
    HTTP calls or a message queue), having direct access to the TraceID and the
    SpanID make it easier to serialize this properly and recreate a Link on
    the receiving end.
    
    This PR adds support for deconstructing a Span Context to get access to
    these values.
    
    I've added a couple of tests but they aren't all passing, so could use a
    hand getting the test for establishing links to parent trace in shape.
    leostera committed May 27, 2020
    Configuration menu
    Copy the full SHA
    a8e967d View commit details
    Browse the repository at this point in the history
  2. Rework CT test

    leostera committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e659c24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e534542 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b9fde4 View commit details
    Browse the repository at this point in the history