-
Notifications
You must be signed in to change notification settings - Fork 375
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
Commits on Sep 13, 2018
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 0f5142e - Browse repository at this point
Copy the full SHA 0f5142eView commit details -
[OpenTracing] Add OpenTracing configuration (#464)
* Added: Datadog::OpenTracer::Tracer#datadog_tracer. * Added: Patch for OpenTracing#global_tracer=.
Configuration menu - View commit details
-
Copy full SHA for 0298d7e - Browse repository at this point
Copy the full SHA 0298d7eView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 894a272 - Browse repository at this point
Copy the full SHA 894a272View commit details -
[OpenTracing] Scope and ScopeManager implementation (#473)
* Changed: Scope to expect Span and ScopeManager. * Added: Datadog::OpenTracer::ThreadLocalScope and Manager.
Configuration menu - View commit details
-
Copy full SHA for ed144f3 - Browse repository at this point
Copy the full SHA ed144f3View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 7ce43cc - Browse repository at this point
Copy the full SHA 7ce43ccView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for d143225 - Browse repository at this point
Copy the full SHA d143225View commit details -
[OpenTracing] Fix symbol propagation (#507)
* Fixed: Rack headers as symbols incompatible with OpenTracer propagation. * Fixed: Text map baggage as symbols incompatible with OpenTracer propagation.
Configuration menu - View commit details
-
Copy full SHA for 46e4e06 - Browse repository at this point
Copy the full SHA 46e4e06View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for c0c2a83 - Browse repository at this point
Copy the full SHA c0c2a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f52b94 - Browse repository at this point
Copy the full SHA 3f52b94View commit details
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 76a1493 - Browse repository at this point
Copy the full SHA 76a1493View commit details