Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for volume_operation_total_seconds (0.19 sec)

  1. pkg/volume/util/metrics.go

    	},
    	[]string{"volume_plugin", "operation_name", "status", "migrated"},
    )
    
    var storageOperationEndToEndLatencyMetric = metrics.NewHistogramVec(
    	&metrics.HistogramOpts{
    		Name:           "volume_operation_total_seconds",
    		Help:           "Storage operation end to end duration in seconds",
    		Buckets:        []float64{.1, .25, .5, 1, 2.5, 5, 10, 15, 25, 50, 120, 300, 600},
    		StabilityLevel: metrics.ALPHA,
    	},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 23 23:05:31 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.15.md

      2. if there's a transient error happened during "provisioning/deletion", i.e., a volume is still in-use while a deleteVolume has been called, original `storage_operation_duration_seconds` will NOT wait until a volume has been finally deleted before reporting an inaccurate latency metric. The newly implemented metric `volume_operation_total_seconds`, however, waits until a provisioning/deletion operation...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
Back to top