Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 548 for cedric (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/authenticatorfactory/metrics.go

    	"k8s.io/component-base/metrics/legacyregistry"
    )
    
    type registerables []compbasemetrics.Registerable
    
    // init registers all metrics.
    func init() {
    	for _, metric := range metrics {
    		legacyregistry.MustRegister(metric)
    	}
    }
    
    var (
    	requestTotal = compbasemetrics.NewCounterVec(
    		&compbasemetrics.CounterOpts{
    			Name:           "apiserver_delegated_authn_request_total",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 29 07:49:14 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/metrics/client.go

    // using data from the resource metrics API.
    type resourceMetricsClient struct {
    	client resourceclient.PodMetricsesGetter
    }
    
    // GetResourceMetric gets the given resource metric (and an associated oldest timestamp)
    // for all pods matching the specified selector in the given namespace
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 16 20:17:52 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go

    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ExternalMetricSource) DeepCopyInto(out *ExternalMetricSource) {
    	*out = *in
    	in.Metric.DeepCopyInto(&out.Metric)
    	in.Target.DeepCopyInto(&out.Target)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalMetricSource.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2/zz_generated.deepcopy.go

    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ExternalMetricSource) DeepCopyInto(out *ExternalMetricSource) {
    	*out = *in
    	in.Metric.DeepCopyInto(&out.Metric)
    	in.Target.DeepCopyInto(&out.Target)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalMetricSource.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  5. cmd/metrics.go

    	prometheus.MustRegister(minioVersionInfo)
    }
    
    // newMinioCollector describes the collector
    // and returns reference of minioCollector
    // It creates the Prometheus Description which is used
    // to define metric and  help string
    func newMinioCollector() *minioCollector {
    	return &minioCollector{
    		desc: prometheus.NewDesc("minio_stats", "Statistics exposed by MinIO server", nil, nil),
    	}
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/metrics/metrics_test.go

    	}
    	for _, family := range metricFamilies {
    		if family.GetName() != "apiserver_envelope_encryption_key_id_hash_total" {
    			continue
    		}
    		for _, metric := range family.GetMetric() {
    			if metric.Counter.GetValue() != 1 {
    				t.Errorf("invalid metric seen: %s", metric.String())
    			} else {
    				validMetrics++
    			}
    		}
    	}
    	if validMetrics != cacheSize {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 09 22:31:32 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  7. pkg/kubelet/volumemanager/cache/desired_state_of_wold_selinux_metrics.go

    			Help:           "Number of errors when kubelet cannot compute SELinux context for a container. Kubelet can't start such a Pod then and it will retry, therefore value of this metric may not represent the actual nr. of containers.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"access_mode"},
    	)
    	seLinuxContainerContextWarnings = compbasemetrics.NewGaugeVec(
    		&compbasemetrics.GaugeOpts{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 12:16:56 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. cmd/kubelet/kubelet.go

    	"k8s.io/component-base/cli"
    	_ "k8s.io/component-base/logs/json/register"          // for JSON log format registration
    	_ "k8s.io/component-base/metrics/prometheus/clientgo" // for client metric registration
    	_ "k8s.io/component-base/metrics/prometheus/version"  // for version metric registration
    	"k8s.io/kubernetes/cmd/kubelet/app"
    )
    
    func main() {
    	command := app.NewKubeletCommand()
    	code := cli.Run(command)
    	os.Exit(code)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 25 20:06:05 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/mlir_graph_optimization_pass_test.cc

          monitoring::testing::CellReader<int64_t>(
              /* metric name */
              "/tensorflow/core/mlir_function_pass_fallback_count");
      monitoring::testing::CellReader<int64_t>
          mlir_graph_optimization_pass_fallback_count_ =
              monitoring::testing::CellReader<int64_t>(
                  /* metric name */
                  "/tensorflow/core/mlir_graph_optimization_pass_fallback_count");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 08:25:30 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "description": "current contains the current value for the given metric"
              },
              "metric": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.autoscaling.v2.MetricIdentifier"
                  }
                ],
                "default": {},
                "description": "metric identifies the target metric by name and selector"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
Back to top