Skip to content

Commit 6c84c6f

Browse files
committed
fix: typo in comment :chile -> :child
1 parent fc04089 commit 6c84c6f

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/sidekiq/lib/opentelemetry/instrumentation/sidekiq/middlewares/client

1 file changed

+1
-1
lines changed

instrumentation/sidekiq/lib/opentelemetry/instrumentation/sidekiq/middlewares/client/tracer_middleware.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def call(_worker_class, job, _queue, _redis_pool)
3333
end
3434

3535
# In case this is Scheduled job, there is already context injected, so link to that context
36-
# NOTE: :propagation_style = :chile is not supported as it is quite tricky when :trace_poller_enqueue = true
36+
# NOTE: :propagation_style = :child is not supported as it is quite tricky when :trace_poller_enqueue = true
3737
extracted_context = OpenTelemetry.propagation.extract(job, OpenTelemetry::Trace.SpanContext.INVALID)
3838
links = []
3939
span_context = OpenTelemetry::Trace.current_span(extracted_context).context

0 commit comments

Comments
 (0)