You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have the current count of tasks in the various state on the workers exposed as dask_worker_tasks. In some scenarios, we're more interested in the total count and its rate of change, so we should add another metric that tracks cumulative counts.
The text was updated successfully, but these errors were encountered:
hendrikmakait
changed the title
Add Prometheus metrics for cumulative task counts on workers
Add Prometheus metrics for cumulative taskn transition counts on workers
Jun 13, 2024
hendrikmakait
changed the title
Add Prometheus metrics for cumulative taskn transition counts on workers
Add Prometheus metrics for cumulative task transition counts on workers
Jun 13, 2024
I'm not sure I agree with this. Why can't we track the rate of change of the existing metric? What additional value would this extra cumulative counter add? I am concerned that this is too much noise. Historically, I found the worker level metrics not to be very valuable
Right now, we have the current count of tasks in the various state on the workers exposed as
dask_worker_tasks
. In some scenarios, we're more interested in the total count and its rate of change, so we should add another metric that tracks cumulative counts.The text was updated successfully, but these errors were encountered: