Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for QPS (0.03 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		}
    
    		metrics := &emapi.ExternalMetricValueList{}
    
    		assert.Equal(t, "qps", listAction.GetResource().Resource, "the metric name requested should have been qps, as specified in the metric spec")
    
    		for _, level := range tc.reportedLevels {
    			metric := emapi.ExternalMetricValue{
    				Timestamp:  metav1.Time{Time: time.Now()},
    				MetricName: "qps",
    				Value:      *resource.NewMilliQuantity(int64(level), resource.DecimalSI),
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

          "io.k8s.api.autoscaling.v2.ExternalMetricSource": {
            "description": "ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).",
            "properties": {
              "metric": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.autoscaling.v2.MetricIdentifier"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_node_status_test.go

    				t.Log(err)
    				return
    			}
    			t.Log("accepted connection")
    			atomic.AddInt64(&attempts, 1)
    		}
    	}()
    
    	config := &rest.Config{
    		Host:    "http://" + ln.Addr().String(),
    		QPS:     -1,
    		Timeout: time.Second,
    	}
    	assert.NoError(t, err)
    
    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    	defer testKubelet.Cleanup()
    	kubelet := testKubelet.kubelet
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

        exit 1
      fi
    
      params+=("--agent-port=$1")
      params+=("--health-port=$2")
      params+=("--admin-port=$3")
      params+=("--kubeconfig-qps=75")
      params+=("--kubeconfig-burst=150")
      params+=("--keepalive-time=60s")
      params+=("--frontend-keepalive-time=60s")
      konnectivity_args=""
      for param in "${params[@]}"; do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    es Transmitted","type":"timeseries"},{"datasource":{"type":"datasource","uid":"-- Mixed --"},"description":"DNS queries recieved per instance","fieldConfig":{"defaults":{"custom":{"fillOpacity":10,"gradientMode":"hue","showPoints":"never"},"unit":"qps"}},"gridPos":{"h":8,"w":8,"x":16,"y":10},"id":8,"interval":"5s","options":{"legend":{"calcs":["last","max"],"displayMode":"table"}},"pluginVersion":"v11.0.0","targets":[{"datasource":{"type":"prometheus","uid":"$datasource"},"expr":"sum by (pod) (\n...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top