Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reconciliation_duration_seconds (0.2 sec)

  1. pkg/controller/podautoscaler/monitor/metrics.go

    			StabilityLevel: metrics.ALPHA,
    		}, []string{"action", "error"})
    
    	reconciliationsDuration = metrics.NewHistogramVec(
    		&metrics.HistogramOpts{
    			Subsystem:      hpaControllerSubsystem,
    			Name:           "reconciliation_duration_seconds",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 22:47:24 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    - HPA controller starts to expose metrics from the kube-controller-manager.\n- `reconciliations_total`: Number of reconciliation of HPA controller. \n- `reconciliation_duration_seconds`: The time(seconds) that the HPA controller takes to reconcile once. ([#116010](https://github.com/kubernetes/kubernetes/pull/116010), [@sanposhiho](https://github.com/sanposhiho))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top