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

Add OpenTracing support #517

Merged
merged 10 commits into from
Sep 18, 2018
Merged

Add OpenTracing support #517

merged 10 commits into from
Sep 18, 2018

Commits on Sep 13, 2018

  1. [OpenTracing] Add skeleton code (#462)

    * Added: opentracing to gemspec.
    
    * Added: Opentracing CI tasks.
    
    * Added: Datadog::OpenTracer module.
    
    * Added: Datadog::OpenTracer spec helpers.
    
    * Added: Datadog::OpenTracer::Tracer.
    
    * Added: Datadog::OpenTracer::Span.
    
    * Added: Datadog::OpenTracer::SpanContext.
    
    * Added: Datadog::OpenTracer::Scope.
    
    * Added: Datadog::OpenTracer::ScopeManager.
    
    * Added: Datadog::OpenTracer::Carrier.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    0f5142e View commit details
    Browse the repository at this point in the history
  2. [OpenTracing] Add OpenTracing configuration (#464)

    * Added: Datadog::OpenTracer::Tracer#datadog_tracer.
    
    * Added: Patch for OpenTracing#global_tracer=.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    0298d7e View commit details
    Browse the repository at this point in the history
  3. [OpenTracing] Span and SpanContext implementation (#472)

    * Added: Datadog::OpenTracer::SpanContext implementation.
    
    * Added: Datadog::OpenTracer::Span implementation.
    
    * Changed: Bump required Ruby version for OpenTracing to 2.1.
    
    * Added: Datadog::OpenTracer::SpanContextFactory.
    
    * Changed: OpenTracer::Span#set_baggage_item to create new SpanContexts.
    
    * Changed: Datadog::OpenTracer::SpanContext#baggage to be immutable.
    
    * Added: span_id, trace_id, parent_id to Datadog::OpenTracer::SpanContext.
    
    * Changed: Replaced span_id, trace_id, parent_id with reference to Datadog::Context.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    894a272 View commit details
    Browse the repository at this point in the history
  4. [OpenTracing] Scope and ScopeManager implementation (#473)

    * Changed: Scope to expect Span and ScopeManager.
    
    * Added: Datadog::OpenTracer::ThreadLocalScope and Manager.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ed144f3 View commit details
    Browse the repository at this point in the history
  5. [OpenTracing] Tracer start_span and start_active_span implementation (#…

    …490)
    
     * Fixed: ThreadLocalScopeManager not passing finish_on_close to scope.
    
     * Added: Implementation for OpenTracer::Tracer
    
     * Added: OpenTracing::Tracer integration specs.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7ce43cc View commit details
    Browse the repository at this point in the history
  6. [OpenTracing] Context propagation implementation (#495)

    * Added: Propagators to OpenTracer.
    
    * Added: Specs for OpenTracer::Propagators.
    
    * Fixed: OpenTracer::Tracer#start_span not using provided SpanContext.
    
    * Added: OpenTracer context propagation integration specs.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    d143225 View commit details
    Browse the repository at this point in the history
  7. [OpenTracing] Fix symbol propagation (#507)

    * Fixed: Rack headers as symbols incompatible with OpenTracer propagation.
    
    * Fixed: Text map baggage as symbols incompatible with OpenTracer propagation.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    46e4e06 View commit details
    Browse the repository at this point in the history
  8. [OpenTracing] Fix context propagation between OpenTracing and Datadog (

    …#518)
    
    * Fixed: OpenTracer::Tracer not using child_of SpanContext properly.
    
    * Changed: OpenTracer to append its spans to Datadog auto-instrumentation.
    delner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    c0c2a83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f52b94 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    76a1493 View commit details
    Browse the repository at this point in the history