Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Release v2.0.2

Compare
Choose a tag to compare
@wf-jenkins wf-jenkins released this 01 Nov 19:38
· 58 commits to main since this release
049eace
  • Report OOM crashes in health status (#275)
    • kubernetes.observability.status has message="OOMKilled in the last 5m" and status="Unhealthy"
    • kubernetes.observability.<resource name>.status has message="OOMKilled in the last 5m" and status="Unhealthy"
    •  $> kubectl get wavefront --namespace=observability-system
      
       NAME        STATUS        PROXY           CLUSTER-COLLECTOR   NODE-COLLECTOR   LOGGING         AGE   MESSAGE
       wavefront   Unhealthy     Running (1/1)   Unhealthy           Running (3/3)    Running (3/3)   2m4s  OOMKilled in the last 5m
      
  • Split the component label to differentiate the node-collector / cluster-collector (#277)