temporalio / temporalio/features
[Feature Request] Add temporal_worker_task_slots_total metric
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Is your feature request related to a problem? Please describe.
It's harder to build meaningful visualizations on temporal_worker_task_slots_available alone when the total amount is unknown.
Most of the time, the graphs look like this
It's particularly hard to see nodes with smaller task slot allocations....and these are precisely the candidates likely to run into resource exhaustion.
Describe the solution you'd like
Providing a means to retrieve the total possible slots would make it trivial to graph the utilization percent using an 'available/total' approach. This would make it easier to observe the cases that require the most attention by better visual emphasis and alerting targets.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue requests a temporal_worker_task_slots_total metric alongside temporal_worker_task_slots_available so utilization can be graphed as available/total. No files, tests, or implementation entry points are identified; first locate the existing task-slot metric and its tests, then confirm the new metric reports the total possible slots and supports the stated visualization goal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100