# README
Quick overview
Information gatherers
These implement the Reporter
interface
awsecs
Deals with talking to AWS ECS to get stats and infodocker
Inspects the docker statusendpoint
Gathers connection datahost
Gets data from the host os, including things like CPU and mem statskubernetes
Gathers data from k8soverlay
Talks to Weave Net for network stats from the overlay networkprocess
Is code that looks up running process and stats form the os
Utility and control
appclient
Deals with generating and sending reportscontrols
Utility code for control messages and the likeplugins
allows plugins to be added to the probe.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
New makes a new Probe.
NewTopologyTagger tags each node with the topology that it comes from.
ReporterFunc uses a function to implement a Reporter.
# Interfaces
Reporter generates Reports.
ReportPublisher publishes reports, probably to a remote collector.
Tagger tags nodes with value-add node metadata.
Ticker is something which will be invoked every spyDuration.