Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for cadvisorv2 (0.15 sec)

  1. pkg/kubelet/server/server.go

    	"reflect"
    	goruntime "runtime"
    	"strconv"
    	"strings"
    	"time"
    
    	"github.com/emicklei/go-restful/v3"
    	cadvisormetrics "github.com/google/cadvisor/container"
    	cadvisorapi "github.com/google/cadvisor/info/v1"
    	cadvisorv2 "github.com/google/cadvisor/info/v2"
    	"github.com/google/cadvisor/metrics"
    	"go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful"
    	oteltrace "go.opentelemetry.io/otel/trace"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_getters.go

    func (kl *Kubelet) GetRequestedContainersInfo(containerName string, options cadvisorv2.RequestOptions) (map[string]*cadvisorapiv1.ContainerInfo, error) {
    	return kl.cadvisor.GetRequestedContainersInfo(containerName, options)
    }
    
    // GetVersionInfo returns information about the version of cAdvisor in use.
    func (kl *Kubelet) GetVersionInfo() (*cadvisorapiv1.VersionInfo, error) {
    	return kl.cadvisor.VersionInfo()
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 00:48:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. build/dependencies.yaml

        - path: build/common.sh
          match: __default_setcap_version=
    
      # cadvisor
      - name: "gcr.io/cadvisor/cadvisor: dependents"
        version: "v0.47.2"
        refPaths:
        - path: test/e2e_node/resource_collector.go
          match: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+
        - path: test/e2e_node/image_list.go
          mathc: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+
    
      # GCB docker gcloud image
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  4. pkg/kubelet/stats/cri_stats_provider.go

    package stats
    
    import (
    	"context"
    	"errors"
    	"fmt"
    	"path/filepath"
    	"sort"
    	"strings"
    	"sync"
    	"time"
    
    	cadvisormemory "github.com/google/cadvisor/cache/memory"
    	cadvisorfs "github.com/google/cadvisor/fs"
    	cadvisorapiv2 "github.com/google/cadvisor/info/v2"
    	"google.golang.org/grpc/codes"
    	"google.golang.org/grpc/status"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container_linux.go

    			}
    			return
    		}
    		swapControllerAvailability = true
    	})
    	return swapControllerAvailability
    }
    
    type swapConfigurationHelper struct {
    	machineInfo cadvisorv1.MachineInfo
    }
    
    func newSwapConfigurationHelper(machineInfo cadvisorv1.MachineInfo) *swapConfigurationHelper {
    	return &swapConfigurationHelper{machineInfo: machineInfo}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  6. pkg/kubelet/stats/cadvisor_stats_provider.go

    // container stats from cAdvisor.
    func newCadvisorStatsProvider(
    	cadvisor cadvisor.Interface,
    	resourceAnalyzer stats.ResourceAnalyzer,
    	imageService kubecontainer.ImageService,
    	statusProvider status.PodStatusProvider,
    	hostStatsProvider HostStatsProvider,
    ) containerStatsProvider {
    	return &cadvisorStatsProvider{
    		cadvisor:          cadvisor,
    		resourceAnalyzer:  resourceAnalyzer,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 16 13:34:22 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/helper.go

    	// MaxInt64 due to rounding by the kernel.
    	// TODO: cadvisor should export this https://github.com/google/cadvisor/blob/master/metrics/prometheus.go#L596
    	const maxMemorySize = uint64(1 << 62)
    
    	return v > maxMemorySize
    }
    
    // getCgroupInfo returns the information of the container with the specified
    // containerName from cadvisor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 23:40:02 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/container_manager_linux.go

    			)
    		}
    	}
    
    	var internalCapacity = v1.ResourceList{}
    	// It is safe to invoke `MachineInfo` on cAdvisor before logically initializing cAdvisor here because
    	// machine info is computed and cached once as part of cAdvisor object creation.
    	// But `RootFsInfo` and `ImagesFsInfo` are not available at this moment so they will be called later during manager starts
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. hack/unwanted-dependencies.json

          ],
          "github.com/gogo/googleapis": [
            "github.com/google/cadvisor"
          ],
          "github.com/gogo/protobuf": [
            "github.com/Microsoft/hcsshim",
            "github.com/containerd/cgroups",
            "github.com/containerd/ttrpc",
            "github.com/containerd/typeurl",
            "github.com/google/cadvisor",
            "github.com/grpc-ecosystem/go-grpc-middleware",
            "go.etcd.io/etcd/api/v3",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. LICENSES/vendor/github.com/google/cadvisor/LICENSE

    = vendor/github.com/google/cadvisor licensed under: =
    
       Copyright 2014 The cAdvisor Authors
    
       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
    
           http://www.apache.org/licenses/LICENSE-2.0
    
       Unless required by applicable law or agreed to in writing, software
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 08 04:49:00 UTC 2020
    - 10.6K bytes
    - Viewed (0)
Back to top