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
What would you like to be added:
asyncWorker lacks necessary metrics. These metrics will be created and updated in controller_runtime reconcile; but asyncWorker lacks similar info.
CharlesQQ
changed the title
Add controller_runtime_reconcile_time_seconds metrics for resource detector controller
Add resource_detector_reconcile_time_seconds metrics for resource detector controller
Nov 8, 2024
CharlesQQ
changed the title
Add resource_detector_reconcile_time_seconds metrics for resource detector controller
Add prometheus counter metrics for asyncWorker , which like metrics of controller-runtime repository
Nov 8, 2024
What would you like to be added:
asyncWorker lacks necessary metrics. These metrics will be created and updated in controller_runtime reconcile; but asyncWorker lacks similar info.
The following metrics should be added:
https://github.com/kubernetes-sigs/controller-runtime/blob/48ec3b71211f9fe1a313e34a9b44c39ca3adeec2/pkg/internal/controller/metrics/metrics.go#L25-L94
new metric name cannot duplicate existing metric, so metrics name might be startwith
async_worker
?Why is this needed:
Useful for analyzing controller execution rates and queue backlog issues
The text was updated successfully, but these errors were encountered: