Skip to content
View grieve54706's full-sized avatar
Block or Report

Block or report grieve54706

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Canner/wren-engine Canner/wren-engine Public

    Wren Engine is the backbone of the semantic layer - The semantic engine for LLMs; bringing business context to LLMs.

    Java 47 9

  2. README.md README.md
    1
    # Pod watcher
    2
    
                  
    3
    K8s has metrics server to provide cpu and memory usage of pods. Default 60 seconds, can be changed using `--metric-resolution` flag. Official are not recommending setting values below 15s, as this is the resolution of metrics calculated by Kubelet.([ref1](https://github.com/kubernetes-sigs/metrics-server/blob/master/docs/command-line-flags.txt#L9), [ref2](https://github.com/kubernetes-sigs/metrics-server/blob/master/FAQ.md#how-often-metrics-are-scraped))
    4
    
                  
    5
    So I create this tool to watch cpu and memory and log peak usage of pods.