# Packages
Package awsnode is a latency timing source for the VPC CNI logs (aka aws-node DaemonSet).
Package ec2 is a latency timing source for ec2 API events.
Package imds is a latency timing source for the EC2 Instance Metadata Service (IMDS).
Package k8s is a latency timing source for K8s API events.
Package messages is a latency timing source for /var/log/messages.
# Functions
CommentMatchedLine is a helper func that returns a func that can be used as a CommentFunc in an Event The func will use the matched line as the comment.
SelectMaches will filter raw results based on the provided matchSelector.
# Constants
Match Selector consts for an Event's MatchSelector.
Match Selector consts for an Event's MatchSelector.
Match Selector consts for an Event's MatchSelector.
# Structs
Event defines what is being timed from a specific source.
FindResult is all data associated with a find including the raw Line data.
LogReader is a base Source helper that can Read file contents, cache, and support Glob file paths Other Sources can be built on-top of the LogSrc.
Timing is a specific instance of an Event timing.
# Interfaces
Source is an interface representing a source of events which have a time stamp or latency associated with them.