Skip to content

Commit

Permalink
Update instrumentation/trilogy/lib/opentelemetry/instrumentation/tril…
Browse files Browse the repository at this point in the history
…ogy/instrumentation.rb

Co-authored-by: Francis Bogsanyi <[email protected]>
  • Loading branch information
plantfansam and fbogsany authored Feb 20, 2024
1 parent f16b5e2 commit d95d768
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def configure_propagator(config)
propagator = config[:propagator]
@propagator = case propagator
when 'vitess' then fetch_propagator(propagator, 'OpenTelemetry::Propagator::Vitess')
when 'none', nil
nil
when 'none', nil then nil
else
OpenTelemetry.logger.warn "The #{propagator} propagator is unknown and cannot be configured"
end
Expand Down

0 comments on commit d95d768

Please sign in to comment.