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

Improvements to Span, SpanContext and introduction of SpanId, TraceId #23

Closed
wants to merge 3 commits into from
Closed

Improvements to Span, SpanContext and introduction of SpanId, TraceId #23

wants to merge 3 commits into from

Commits on Aug 7, 2019

  1. Add SpanId

    Heavily inspired by the java api.
    indrekj committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d8d744e View commit details
    Browse the repository at this point in the history
  2. Add TraceId

    Heavily inspired by the java api.
    indrekj committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    7ca10d6 View commit details
    Browse the repository at this point in the history
  3. Use TraceId and SpanId in SpanContext

    Previous generate_trace_id and generate_span_id were not defined. I did
    not go into trace_options and tracestate yet.
    indrekj committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    9ee4aef View commit details
    Browse the repository at this point in the history