Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 532 for Cedric (0.1 sec)

  1. pkg/apis/autoscaling/annotations.go

    */
    
    package autoscaling
    
    // MetricSpecsAnnotation is the annotation which holds non-CPU-utilization HPA metric
    // specs when converting the `Metrics` field from autoscaling/v2beta1
    const MetricSpecsAnnotation = "autoscaling.alpha.kubernetes.io/metrics"
    
    // MetricStatusesAnnotation is the annotation which holds non-CPU-utilization HPA metric
    // statuses when converting the `CurrentMetrics` field from autoscaling/v2beta1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 10 16:37:03 UTC 2019
    - 1.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/filters/maxinflight.go

    	"k8s.io/klog/v2"
    )
    
    const (
    	// Constant for the retry-after interval on rate limiting.
    	retryAfter = "1"
    
    	// How often inflight usage metric should be updated. Because
    	// the metrics tracks maximal value over period making this
    	// longer will increase the metric value.
    	inflightUsageMetricUpdatePeriod = time.Second
    )
    
    var (
    	nonMutatingRequestVerbs = sets.NewString("get", "list", "watch")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 11:34:15 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  3. src/runtime/panicnil_test.go

    			panic(e)
    		}
    		metrics.Read(s)
    		v2 := s[0].Value.Uint64()
    		if want == nil {
    			if v2 != v1+1 {
    				t.Errorf("recover() with panicnil=1 did not increment metric %s", name)
    			}
    		} else {
    			if v2 != v1 {
    				t.Errorf("recover() with panicnil=0 incremented metric %s: %d -> %d", name, v1, v2)
    			}
    		}
    	}()
    	panic(nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:26:43 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. pkg/kubelet/pluginmanager/metrics/metrics.go

    */
    
    package metrics
    
    import (
    	"sync"
    
    	"k8s.io/component-base/metrics"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache"
    )
    
    const (
    	// Metric keys for Plugin Manager.
    	pluginManagerTotalPlugins = "plugin_manager_total_plugins"
    )
    
    var (
    	registerMetrics sync.Once
    
    	totalPluginsDesc = metrics.NewDesc(
    		pluginManagerTotalPlugins,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 08 01:16:57 UTC 2019
    - 2.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/metrics/metrics.go

     *
     * Promoting the stability level of the metric is a responsibility of the component owner, since it
     * involves explicitly acknowledging support for the metric across multiple releases, in accordance with
     * the metric stability policy.
     */
    var (
    	lockLastFromStorage   sync.Mutex
    	lockLastToStorage     sync.Mutex
    	lockRecordKeyID       sync.Mutex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 09 22:31:32 UTC 2023
    - 12K bytes
    - Viewed (0)
  6. pkg/apis/autoscaling/fuzzer/fuzzer.go

    					Pods: &autoscaling.PodsMetricSource{
    						Metric: podMetricID,
    						Target: autoscaling.MetricTarget{
    							Type:         autoscaling.AverageValueMetricType,
    							AverageValue: &averageValue,
    						},
    					},
    				},
    				{
    					Type: autoscaling.ObjectMetricSourceType,
    					Object: &autoscaling.ObjectMetricSource{
    						Metric: objMetricID,
    						Target: autoscaling.MetricTarget{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 15 06:03:59 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  7. pkg/wasm/monitoring.go

    package wasm
    
    import "istio.io/istio/pkg/monitoring"
    
    // Const strings for label value.
    const (
    	// For remote fetch metric.
    	fetchSuccess     = "success"
    	downloadFailure  = "download_failure"
    	manifestFailure  = "manifest_failure"
    	checksumMismatch = "checksum_mismatched"
    
    	// For Wasm conversion metric.
    	conversionSuccess   = "success"
    	noRemoteLoad        = "no_remote_load"
    	marshalFailure      = "marshal_failure"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/config.go

    	// MaximumSeatsLimit is an upper limit on the max seats a request can occupy.
    	//
    	// NOTE: work_estimate_seats_samples metric uses the value of maximumSeats
    	// as the upper bound, so when we change maximumSeats we should also
    	// update the buckets of the metric.
    	MaximumSeatsLimit uint64 `json:"maximumSeatsLimit,omitempty"`
    }
    
    // ListWorkEstimatorConfig holds work estimator parameters related to list requests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 19:26:52 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  9. releasenotes/notes/31779.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: network
    issue:
      - 31779
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 16:09:24 UTC 2021
    - 178 bytes
    - Viewed (0)
  10. releasenotes/notes/46963.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
    - 46960
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 13 04:03:30 UTC 2023
    - 163 bytes
    - Viewed (0)
Back to top