Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transformation_duration_seconds (0.18 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/value/metrics.go

     * the metric stability policy.
     */
    var (
    	transformerLatencies = metrics.NewHistogramVec(
    		&metrics.HistogramOpts{
    			Namespace: namespace,
    			Subsystem: subsystem,
    			Name:      "transformation_duration_seconds",
    			Help:      "Latencies in seconds of value transformation operations.",
    			// In-process transformations (ex. AES CBC) complete on the order of 20 microseconds. However, when
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 22:44:02 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top