Files
Bryan Boreham 41b35cc4c6 probe: translate CRI container state
Use values consistent with what we use for Docker.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2022-02-28 18:23:31 +00:00
..
2020-12-30 18:30:34 +00:00
2020-01-13 14:48:38 +00:00
2022-02-28 18:23:31 +00:00
2020-12-30 18:30:34 +00:00
2021-04-12 19:15:13 +05:30
2020-03-06 15:03:43 +00:00

Quick overview

Information gatherers

These implement the Reporter interface

  • awsecs Deals with talking to AWS ECS to get stats and info
  • docker Inspects the docker status
  • endpoint Gathers connection data
  • host Gets data from the host os, including things like CPU and mem stats
  • kubernetes Gathers data from k8s
  • overlay Talks to Weave Net for network stats from the overlay network
  • process Is code that looks up running process and stats form the os

Utility and control

  • appclient Deals with generating and sending reports
  • controls Utility code for control messages and the like
  • plugins allows plugins to be added to the probe.