Use the job class as span name for Sidekiq root spans (#30353)
This commit is contained in:
parent
0ce22859a5
commit
9658d3e580
@ -51,6 +51,9 @@ if ENV.keys.any? { |name| name.match?(/OTEL_.*_ENDPOINT/) }
|
|||||||
use_rack_events: false, # instead of events, use middleware; allows for untraced_endpoints to ignore child spans
|
use_rack_events: false, # instead of events, use middleware; allows for untraced_endpoints to ignore child spans
|
||||||
untraced_endpoints: ['/health'],
|
untraced_endpoints: ['/health'],
|
||||||
},
|
},
|
||||||
|
'OpenTelemetry::Instrumentation::Sidekiq' => {
|
||||||
|
span_naming: :job_class, # Use the job class as the span name, otherwise this is the queue name and not very helpful
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
prefix = ENV.fetch('OTEL_SERVICE_NAME_PREFIX', 'mastodon')
|
prefix = ENV.fetch('OTEL_SERVICE_NAME_PREFIX', 'mastodon')
|
||||||
|
Loading…
Reference in New Issue
Block a user