Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for metricsByPathToFsStats (0.47 sec)

  1. pkg/kubelet/stats/host_stats_provider.go

    		fpath := filepath.Join(dirname, f.Name())
    		results[fpath] = volume.NewMetricsDu(fpath)
    	}
    	return results, nil
    }
    
    // metricsByPathToFsStats converts a metrics provider by path to fs stats
    func metricsByPathToFsStats(metricsByPath metricsProviderByPath, rootFsInfo *cadvisorapiv2.FsInfo) (*statsapi.FsStats, error) {
    	result := rootFsInfoToFsStats(rootFsInfo)
    	for fpath, metrics := range metricsByPath {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top