Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for http_requests_total (0.33 sec)

  1. pkg/kubelet/server/metrics/metrics.go

    var (
    	// HTTPRequests tracks the number of the http requests received since the server started.
    	HTTPRequests = metrics.NewCounterVec(
    		&metrics.CounterOpts{
    			Subsystem:      kubeletSubsystem,
    			Name:           "http_requests_total",
    			Help:           "Number of the http requests received since the server started",
    			StabilityLevel: metrics.ALPHA,
    		},
    		// server_type aims to differentiate the readonly server and the readwrite server.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 14:33:37 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.17.md

     `http_request_duration_microseconds` `http_request_duration_microseconds_sum` `http_request_duration_microseconds_count`
     `http_request_size_bytes`
     `http_request_size_bytes_sum`
     `http_request_size_bytes_count`
     `http_requests_total, http_response_size_bytes`
     `http_response_size_bytes_sum`
     `http_response_size_bytes_count`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
Back to top