opentelemetry-instrumentation-sidekiq 0.19.0
v0.19.0 / 2021-06-23
-
BREAKING CHANGE: Sidekiq propagation config
- Config option enable_job_class_span_names renamed to span_naming and now expects a symbol of value :job_class, or :queue
- The default behaviour is no longer to have one continuous trace for the enqueue and process spans, using links is the new default. To maintain the previous behaviour the config option propagation_style must be set to :child.
-
BREAKING CHANGE: Total order constraint on span.status=
-
FIXED: Sidekiq propagation config
-
FIXED: Total order constraint on span.status=