Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for captures (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.17.md

    - Fix the `cloudprovider_azure_api_request_duration_seconds` metric buckets to correctly capture the latency metrics. Previously, the majority of the calls would fall in the "+Inf" bucket. ([#95376](https://github.com/kubernetes/kubernetes/pull/95376), [@marwanad](https://github.com/marwanad)) [SIG Cloud Provider and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.18.md

    - Fix the `cloudprovider_azure_api_request_duration_seconds` metric buckets to correctly capture the latency metrics. Previously, the majority of the calls would fall in the "+Inf" bucket. ([#95375](https://github.com/kubernetes/kubernetes/pull/95375), [@marwanad](https://github.com/marwanad)) [SIG Cloud Provider and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// inside a container.
    	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
    }
    
    const (
    	// TerminationMessagePathDefault means the default path to capture the application termination message running in a container
    	TerminationMessagePathDefault string = "/dev/termination-log"
    )
    
    // A single application container that you want to run within a pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top