Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for resource_scrape_error (0.4 sec)

  1. pkg/kubelet/metrics/collectors/resource_metrics_test.go

    				# TYPE scrape_error gauge
    				scrape_error 1
    				# HELP resource_scrape_error [STABLE] 1 if there was an error while getting container metrics, 0 otherwise
    				# TYPE resource_scrape_error gauge
    				resource_scrape_error 1
    			`,
    		},
    		{
    			name: "arbitrary node metrics",
    			summary: &statsapi.Summary{
    				Node: statsapi.NodeStats{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 15.3K bytes
    - Viewed (1)
  2. pkg/kubelet/metrics/collectors/resource_metrics.go

    		"1 if there was an error while getting container metrics, 0 otherwise",
    		nil,
    		nil,
    		metrics.ALPHA,
    		"1.29.0")
    
    	resourceScrapeErrorResultDesc = metrics.NewDesc("resource_scrape_error",
    		"1 if there was an error while getting container metrics, 0 otherwise",
    		nil,
    		nil,
    		metrics.STABLE,
    		"")
    
    	containerStartTimeDesc = metrics.NewDesc("container_start_time_seconds",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 07:13:37 UTC 2023
    - 9.2K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.29.md

      - `node_cpu_usage_seconds_total`
      - `node_memory_working_set_bytes`
      - `pod_cpu_usage_seconds_total`
      - `pod_memory_working_set_bytes`
      - `resource_scrape_error`
      
      Deprecated (renamed) `scrape_error` in favor of `resource_scrape_error` ([#116897](https://github.com/kubernetes/kubernetes/pull/116897), [@Richabanker](https://github.com/Richabanker)) [SIG Architecture, Instrumentation, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top