feat: add inflight task metrics to engine queue#2860
feat: add inflight task metrics to engine queue#2860mikemillaa wants to merge 4 commits intoop-rs:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. |
emhane
left a comment
There was a problem hiding this comment.
can you pls add a grafana panel for this to the dashboard and a screenshot of that panel to the pe description
@emhane Thanks for the review! I've added the requested Grafana panel to the existing dashboard. |
|
This pull request has been automatically marked as stale because it has been inactive for 3 weeks. |
|
@emhane how does this PR look to you now? Is it good to merge? |
|
This pull request has been automatically marked as stale because it has been inactive for 3 weeks. |
|
@theochap in case closing |
|
This pull request has been automatically marked as stale because it has been inactive for 3 weeks. |
|
This pull request has been automatically marked as stale because it has been inactive for 3 weeks. |
track inflight tasks by type in task queue
Seeing occasional slowdowns during high load periods
but couldn't tell if it was build tasks backing up or derivation
falling behind. This gives us per-task-type visibility to identify
which part of the pipeline is the bottleneck.