Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for MONITOR (0.32 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'crawler.system.monitor.interval'. <br>
         * The value is, e.g. 60 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerSystemMonitorInterval();
    
        /**
         * Get the value for the key 'crawler.system.monitor.interval' as {@link Integer}. <br>
         * The value is, e.g. 60 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Allow to monitor client-go DNS resolver latencies via `rest_client_dns_resolution_duration_seconds` Prometheus metric. ([#115357](https://github.com/kubernetes/kubernetes/pull/115357), [@mfojtik](https://github.com/mfojtik))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	MAXSD:           "MAXSD",
    	MAXSS:           "MAXSS",
    	MFENCE:          "MFENCE",
    	MINPD:           "MINPD",
    	MINPS:           "MINPS",
    	MINSD:           "MINSD",
    	MINSS:           "MINSS",
    	MONITOR:         "MONITOR",
    	MOV:             "MOV",
    	MOVAPD:          "MOVAPD",
    	MOVAPS:          "MOVAPS",
    	MOVBE:           "MOVBE",
    	MOVD:            "MOVD",
    	MOVDDUP:         "MOVDDUP",
    	MOVDQ2Q:         "MOVDQ2Q",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.10.md

    * On GCI, NPD starts to monitor kubelet, docker, containerd crashlooping, read-only filesystem and corrupt docker overlay2 issues. ([#71522](https://github.com/kubernetes/kubernetes/pull/71522), [@wangzhen127](https://github.com/wangzhen127))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  5. prow/config/calico.yaml

                  resource.
                properties:
                  classes:
                    description: Classes declares the types of information to monitor
                      for this calico/node, and allows for selective status reporting
                      about certain subsets of information.
                    items:
                      type: string
                    type: array
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.17.md

    - Add `permit_wait_duration_seconds` metric to the scheduler. ([#84011](https://github.com/kubernetes/kubernetes/pull/84011), [@liu-cong](https://github.com/liu-cong))
    
    ### Deprecated/changed metrics
    - etcd version monitor metrics are now marked as with the ALPHA stability level. ([#83283](https://github.com/kubernetes/kubernetes/pull/83283), [@RainbowMango](https://github.com/RainbowMango))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.6.md

    * **[beta]** Node Problem Detector is beta (v0.3.0) now. New
      features added into node-problem-detector:v0.3.0:
      - Add support for journald.
      - The ability to monitor any system daemon logs. Previously only kernel
        logs were supported.
      - The ability to be deployed and run as a native daemon.
    * **[alpha]** Critical Pods: When feature gate "ExperimentalCriticalPodAnnotation" is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    - Client-go: Optimized leaders renewing leases by updating leader lock optimistically without getting the record from the API server first. Also, a new metric `leader_election_slowpath_total` was added to allow users to monitor how many leader elections are updated non-optimistically.
       ([#122069](https://github.com/kubernetes/kubernetes/pull/122069), [@linxiulei](https://github.com/linxiulei))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.7.md

        * Add ABRT support. ([#105](https://github.com/kubernetes/node-problem-detector/pull/105), [@juliusmilan](https://github.com/juliusmilan))
    
        * Add a docker image corruption problem detection in the default docker monitor config. ([#117](https://github.com/kubernetes/node-problem-detector/pull/117), [@ajitak](https://github.com/ajitak))
    
      * Upgrade CAdvisor to v0.26.1. New features added:
    
        * Add Docker overlay2 storage driver support.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.9.md

    * Increase waiting time (120s) for docker startup in health-monitor.sh ([#54099](https://github.com/kubernetes/kubernetes/pull/54099), [@dchen1107](https://github.com/dchen1107))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
Back to top