mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fixes #32331 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. ## Testing - [x] QA'd all new/changed functionality manually <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Expanded OpenTelemetry coverage to include scheduled jobs for improved tracing of cron executions. - Documentation - Updated changelog to reflect expanded OpenTelemetry coverage. - Refactor - Updated scheduled job processing to use contextual tracing across operations with improved span lifecycle handling. - Tests - Adjusted tests to pass context into scheduled job runs. - Chores - Removed obsolete commented debug logs in SCIM middleware. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 line
91 B
Text
1 line
91 B
Text
* Added missing OpenTelemetry instrumentation to scheduled jobs and several API endpoints.
|