Container Monitoring 5.1.0

Last updated on 11 October, 2023

Enhancements

Support for Specifying Resource Limits for Collectorset-Controller Pod 

You can now enforce central processing unit (CPU) and memory constraints on your Collectorset-Controller Pod. 
An example of the collectorset-controller.resources parameter displays in the following lm-container configuration yaml file:

collectorset-controller:
   resources:
      limits:
        cpu: "1000m"
        memory: "1Gi"
        ephemeral-storage: "100Mi"
     requests:
       cpu: "1000m"
       memory: "1Gi"
       ephemeral-storage: "100Mi"

LogicModules Releases

New LogicModules

LogicModule Name Details
(1 DataSource)
Kubernetes_PersistentVolumeClaim_StorageStats
Collects storage metrics related to Persistent Volume Claims in the Kubernetes cluster.

Updated LogicModules

LogicModule Name Details
(1 DataSource)
Kubernetes_HPA
Support for HPA API /v2 along with /v2beta2
(1 DataSource)
Kubernetes_Summary_Watchdog
Updates to collect storage metrics related to Persistent Volume Claims in the Kubernetes cluster.

Next Steps

For more information on the upgrade procedure, see Upgrading LM Container Charts.

In This Article