Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for container_swap_usage_bytes (0.19 sec)

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

    		"Current working set of the container in bytes",
    		[]string{"container", "pod", "namespace"},
    		nil,
    		metrics.STABLE,
    		"")
    
    	containerSwapUsageDesc = metrics.NewDesc("container_swap_usage_bytes",
    		"Current amount of the container swap usage in bytes. Reported only on non-windows systems",
    		[]string{"container", "pod", "namespace"},
    		nil,
    		metrics.ALPHA,
    		"")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 07:13:37 UTC 2023
    - 9.2K bytes
    - Viewed (2)
Back to top