-
Notifications
You must be signed in to change notification settings - Fork 329
feat(tasks): emit duration and success/failure counts for tasks #1364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tasks): emit duration and success/failure counts for tasks #1364
Conversation
🦋 Changeset detectedLatest commit: a32fdc9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Review: Task Metrics Implementation✅ Overall Assessment: No critical issues found. The implementation adds OpenTelemetry metrics for background task monitoring with success/failure counters and duration gauges. Code quality is good and follows project patterns. Minor Observations (optional improvements):
What works well:
Recommendation: Safe to merge. The minor timing observation is edge-case and doesn't affect normal operation. |
E2E Test Results✅ All tests passed • 39 passed • 3 skipped • 312s
|
Emits success/failure counter values as well as execution duration as a gauge for task execution. This allows monitoring the background task health using HyperDX alerts.
8d7be75 to
e6b1246
Compare
…-the-check-alerts-job
Emits success/failure counter values as well as execution duration as a gauge for task execution. This allows monitoring the background task health using HyperDX alerts.