Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 108 for xBuckets (0.83 sec)

  1. pkg/controller/ttlafterfinished/metrics/metrics.go

    			Help:           "The time it took to delete the job since it became eligible for deletion",
    			StabilityLevel: metrics.ALPHA,
    			// Start with 100ms with the last bucket being [~27m, Inf).
    			Buckets: metrics.ExponentialBuckets(0.1, 2, 14),
    		},
    	)
    )
    
    var registerMetrics sync.Once
    
    // Register registers TTL after finished controller metrics.
    func Register() {
    	registerMetrics.Do(func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 12 18:02:17 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  2. pkg/credentialprovider/plugin/metrics.go

    		&metrics.HistogramOpts{
    			Subsystem:      KubeletSubsystem,
    			Name:           "credential_provider_plugin_duration",
    			Help:           "Duration of execution in seconds for credential provider plugin",
    			Buckets:        metrics.DefBuckets,
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"plugin_name"},
    	)
    )
    
    // registerMetrics registers credential provider metrics.
    func registerMetrics() {
    	registerOnce.Do(func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 20:59:53 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  3. ci/official/envs/public_cache_push

    # limitations under the License.
    # ==============================================================================
    # Sourcing this enables Bazel remote cache (read and write)
    # Note that "_push" cache configs write to GCS buckets and require
    # authentication. If you are not a Googler, source "public_cache" to enable the
    # public read-only cache.
    # The cache configs are different for MacOS and Linux
    if [[ $(uname -s) == "Darwin" ]]; then
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 01 03:21:19 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. docs/sts/keycloak.md

    2018/12/26 17:49:36 listening on http://localhost:8888/
    ```
    
    This will open the login page of keycloak, upon successful login, STS credentials along with any buckets discovered using the credentials will be printed on the screen, for example:
    
    ```
    {
      "buckets": [
        "bucket-x"
      ],
      "credentials": {
        "AccessKeyID": "6N2BALX7ELO827DXS3GK",
        "SecretAccessKey": "23JKqAD+um8ObHqzfIh+bfqwG9V8qs9tFY6MqeFR+xxx",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 8.1K bytes
    - Viewed (0)
  5. pkg/controller/cronjob/metrics/metrics.go

    			Name:           "job_creation_skew_duration_seconds",
    			Help:           "Time between when a cronjob is scheduled to be run, and when the corresponding job is created",
    			StabilityLevel: metrics.STABLE,
    			Buckets:        metrics.ExponentialBuckets(1, 2, 10),
    		},
    	)
    )
    
    var registerMetrics sync.Once
    
    // Register registers CronjobController metrics.
    func Register() {
    	registerMetrics.Do(func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 04 12:55:32 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  6. pkg/controller/replicaset/metrics/metrics.go

    			"the sorting (and deletion) of pods when a replicaset scales down. This only considers Ready pods when calculating and reporting.",
    		Buckets:        metrics.ExponentialBuckets(0.25, 2, 6),
    		StabilityLevel: metrics.ALPHA,
    	},
    )
    
    // Register registers ReplicaSet controller metrics.
    func Register(registrationFunc func(metrics.Registerable) error) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 15:28:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. cmd/metrics-v3-bucket-replication.go

    	if globalSiteReplicationSys.isEnabled() {
    		return nil
    	}
    
    	dataUsageInfo, err := c.dataUsageInfo.Get()
    	if err != nil {
    		metricsLogIf(ctx, err)
    		return nil
    	}
    
    	bucketReplStats := globalReplicationStats.getAllLatest(dataUsageInfo.BucketsUsage)
    	for _, bucket := range buckets {
    		labels := []string{bucketL, bucket}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/metrics/metrics.go

    			Help:      "Apiserver request body size in bytes broken out by resource and verb.",
    			// we use 0.05 KB as the smallest bucket with 0.1 KB increments up to the
    			// apiserver limit.
    			Buckets:        metrics.LinearBuckets(50000, 100000, 31),
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"resource", "verb"},
    	)
    )
    
    var registerMetrics sync.Once
    
    // Register all metrics.
    func Register() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 16 02:06:01 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. pkg/controller/certificates/rootcacertpublisher/metrics.go

    		&metrics.HistogramOpts{
    			Subsystem:      RootCACertPublisher,
    			Name:           "sync_duration_seconds",
    			Help:           "Number of namespace syncs happened in root ca cert publisher.",
    			Buckets:        metrics.ExponentialBuckets(0.001, 2, 15),
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"code"},
    	)
    )
    
    func recordMetrics(start time.Time, err error) {
    	code := "500"
    	if err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 16 12:05:32 UTC 2021
    - 2K bytes
    - Viewed (0)
  10. pkg/controller/tainteviction/metrics/metrics.go

    			Name:           "pod_deletion_duration_seconds",
    			Help:           "Latency, in seconds, between the time when a taint effect has been activated for the Pod and its deletion via TaintEvictionController.",
    			Buckets:        []float64{0.005, 0.025, 0.1, 0.5, 1, 2.5, 10, 30, 60, 120, 180, 240}, // 5ms to 4m
    			StabilityLevel: metrics.ALPHA,
    		},
    	)
    )
    
    var registerMetrics sync.Once
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:23:56 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top