Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
timeout_seconds
,uds_path
, anduse_ssl
(ekump/add config gaps from transport proc DataDog/dd-trace-rb#3350)span_remote
field toTraceDigest
(chore(tracing): Adds trace_remote field to TraceDigest DataDog/dd-trace-rb#3516)_dd.parent_id
totracestate
(w3c: Adds p datadog member to tracestate DataDog/dd-trace-rb#3488)RateSampler
with zero sampling rate (Allow RateSampler with a sampling rate of zero DataDog/dd-trace-rb#3295)on_error
settings (on_error
settings forgrape
DataDog/dd-trace-rb#3370)Changed
ddtrace
todatadog
(Rename library to datadog DataDog/dd-trace-rb#3490)>= 2.5
(Remove support for Ruby 2.1, 2.2, 2.3, 2.4 DataDog/dd-trace-rb#3291)#trace_id
and#span_id
fromCorrelation::Identifier
(Return string fortrace_id
andspan_id
fromCorrelation::Identifier
DataDog/dd-trace-rb#3322)Elasticsearch
: Replace instance configuration fromclient
totransport
instance (remove access to patching elasticsearch client directly as it is not supported anymore by elasticsearch DataDog/dd-trace-rb#3399)Grape
: Changeerror_statuses
settings toerror_status_codes
(on_error
settings forgrape
DataDog/dd-trace-rb#3370)GraphQL
: Instrument withGraphQL::Tracing::DataDogTrace
and more (Update GraphQL support DataDog/dd-trace-rb#3409, GraphQL: Instrument withGraphQL::Tracing::DataDogTrace
DataDog/dd-trace-rb#3417, GraphQL changes for 2.0 DataDog/dd-trace-rb#3388)Rack
: Change http proxy span pattern (Change http proxy span pattern DataDog/dd-trace-rb#3369)Sidekiq
: Removetag_args
option and worker specific configuration (Sidekiq
: Removetag_args
option DataDog/dd-trace-rb#3396,Sidekiq
: Remove worker specific configuration DataDog/dd-trace-rb#3402)error_handler
settings toon_error
(Renameerror_handler
settings toon_error
DataDog/dd-trace-rb#3341)Fixed
error_status_codes
options (Fixerror_status_codes
options DataDog/dd-trace-rb#3344)Removed
bin/ddtracerb
(Remove bin/ddtracerb DataDog/dd-trace-rb#3506)datadog-ci
gem dependency (Remove CI gem dependency DataDog/dd-trace-rb#3288)SpanOperation
aliases (Remove span operation aliases DataDog/dd-trace-rb#3330)b3
style from default propagation (Revert "Add b3 default extraction" DataDog/dd-trace-rb#3293)client_ip
disabled env (Removeclient_ip
disabled env DataDog/dd-trace-rb#3404)use
alias forinstrument
(Removeuse
alias forinstrument
DataDog/dd-trace-rb#3403)OpenTracing
,qless
removed (Removeqless
integration DataDog/dd-trace-rb#3398, Remove opentracing support DataDog/dd-trace-rb#3443)Net/Http
: RemoveDatadog::Tracing::Contrib::HTTP::Instrumentation.after_request
(RemoveDatadog::Tracing::Contrib::HTTP::Instrumentation.after_request
DataDog/dd-trace-rb#3367)Rails
: Drop support for Rails 3 (Remove support for Rails 3 DataDog/dd-trace-rb#3324)Rails
: Removeexception_controller
option (Remove obsoleteexception_controller
option DataDog/dd-trace-rb#3243)Sinatra
:Remove deprecated constants DataDog/dd-trace-rb#3401, Remove ddtrace transport constants DataDog/dd-trace-rb#3336, remove deprecated lazy method for option_definition DataDog/dd-trace-rb#3454, Remove distributed_tracing option namespacing DataDog/dd-trace-rb#3338, Remove deprecated HTTP Transport methods DataDog/dd-trace-rb#3335, Remove deprecated DD_PROPAGATION_STYLE env vars DataDog/dd-trace-rb#3298, Remove deprecated DD_PROPAGATION_STYLE env vars DataDog/dd-trace-rb#3297, remove deprecated profiler config options DataDog/dd-trace-rb#3309, Remove deprecated B3 configuration style DataDog/dd-trace-rb#3294, Remove configuration for priority_sampling DataDog/dd-trace-rb#3325, Remove deprecated Headers::Ext DataDog/dd-trace-rb#3300)