Skip to content

feat: Enable OpenTelemetry support for Task Processor#7225

Merged
khvn26 merged 2 commits intomainfrom
feat/otel-task-processor
Apr 14, 2026
Merged

feat: Enable OpenTelemetry support for Task Processor#7225
khvn26 merged 2 commits intomainfrom
feat/otel-task-processor

Conversation

@khvn26
Copy link
Copy Markdown
Member

@khvn26 khvn26 commented Apr 14, 2026

Thanks for submitting a PR! Please check the boxes below:

  • I have read the Contributing Guide.
  • I have added information to docs/ if required so people know about the feature.
  • I have filled in the "Changes" section below.
  • I have filled in the "How did you test this code" section below.

Changes

Closes Flagsmith/flagsmith-common#184.

Incorporates task processor spans added in Flagsmith/flagsmith-common#197, and enables JSON logs for all SaaS deployments.

How did you test this code?

Will test in staging.

@khvn26 khvn26 requested review from a team as code owners April 14, 2026 08:02
@khvn26 khvn26 requested review from Zaimwa9 and germangarces and removed request for a team April 14, 2026 08:02
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Code review skipped — your organization's overage spend limit has been reached.

Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.

Once credits are available, reopen this pull request to trigger a review.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs Ignored Ignored Apr 14, 2026 8:02am
flagsmith-frontend-preview Ignored Ignored Apr 14, 2026 8:02am
flagsmith-frontend-staging Ignored Ignored Apr 14, 2026 8:02am

Request Review

@github-actions github-actions bot added api Issue related to the REST API infrastructure and removed infrastructure labels Apr 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 2026

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-e2e:pr-7225 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-frontend:pr-7225 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-api-test:pr-7225 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-7225 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-7225 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-7225 Finished ✅ Results

@github-actions github-actions bot added the feature New feature or request label Apr 14, 2026
Copy link
Copy Markdown
Contributor

@Zaimwa9 Zaimwa9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.35%. Comparing base (c3c837a) to head (f78bed1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7225   +/-   ##
=======================================
  Coverage   98.35%   98.35%           
=======================================
  Files        1350     1350           
  Lines       50723    50723           
=======================================
  Hits        49891    49891           
  Misses        832      832           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 2026

Playwright Test Results (oss - depot-ubuntu-latest-16)

passed  11 passed

Details

stats  11 tests across 8 suites
duration  24.6 seconds
commit  f78bed1
info  🔄 Run: #16014 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-arm-16)

passed  11 passed

Details

stats  11 tests across 8 suites
duration  49.3 seconds
commit  f78bed1
info  🔄 Run: #16014 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-16)

passed  17 passed

Details

stats  17 tests across 14 suites
duration  50.6 seconds
commit  f78bed1
info  🔄 Run: #16014 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)

passed  2 passed

Details

stats  2 tests across 2 suites
duration  58.8 seconds
commit  f78bed1
info  🔄 Run: #16014 (attempt 1)

@github-actions
Copy link
Copy Markdown
Contributor

Visual Regression

16 screenshots compared. See report for details.
View full report

@khvn26 khvn26 merged commit 8dd8c46 into main Apr 14, 2026
36 checks passed
@khvn26 khvn26 deleted the feat/otel-task-processor branch April 14, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OTel: Task Processor

2 participants