Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MONITOR (0.1 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

            $custom_plugin_monitors += @("${npd_dir}\config\windows-defender-monitor.json")
    
            # System Stats Monitors
            $system_stats_monitors += @("${npd_dir}\config\windows-system-stats-monitor.json")
    
            # NPD Configuration for CRI monitor
            $system_log_monitors += @("${npd_dir}\config\windows-containerd-monitor-filelog.json")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    		result = append(result, prevTriggerValue)
    	}
    	return result, true
    }
    
    func (c *Cacher) processEvent(event *watchCacheEvent) {
    	if curLen := int64(len(c.incoming)); c.incomingHWM.Update(curLen) {
    		// Monitor if this gets backed up, and how much.
    		klog.V(1).Infof("cacher (%v): %v objects queued in incoming channel.", c.groupResource.String(), curLen)
    	}
    	c.incoming <- *event
    }
    
    func (c *Cacher) dispatchEvents() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top