container-linux-update-operator icon indicating copy to clipboard operation
container-linux-update-operator copied to clipboard

agent: expose metrics

Open lucab opened this issue 8 years ago • 0 comments

update-agent is typically running on all CL nodes, watching and reacting to update-engine events and annotation. It should expose its status as metrics that can be analyzed and alerted upon. Access to those should be governed by kubernetes RBAC policies.

This is a preliminary list of interesting metrics:

  • go runtime stats
  • update-engine status
  • update-engine last checked time
  • reboot-needed state
  • reboot-in-progress state
  • CL version and channel

lucab avatar Nov 10 '17 15:11 lucab