Dima
05/05/2024, 10:30 AMsystem_*
metrics in typesense report node’s metrics instead of pod’s, so they are not useful for monitoring. Should we use external kubernetes metrics in this case, or it is better to monitor one of typesense_memory_*
metric?Kishore Nallan
05/06/2024, 5:20 AMDima
05/06/2024, 9:07 AM--memory-used-max-percentage
doesn’t help with OOM, for example: https://gist.github.com/b0g3r/2fcf88772cddf4bd4630a48bc1d63073
I’m not qualified enough to say if it is a good idea to respect cgroup in this context, usually applications I’m using don’t have an option to prevent OOM and we manage it externally via monitoring.Kishore Nallan
05/07/2024, 1:37 PMKishore Nallan
05/07/2024, 1:39 PMmemory-used-max-percentage
won't be useful for container environments.Dima
05/07/2024, 1:45 PM