Documentation ¶
Overview ¶
Package awsnode is a latency timing source for the VPC CNI logs (aka aws-node DaemonSet)
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Name = "aws-node" DefaultPath = "/var/log/pods/kube-system_aws-node-*/aws-node/*.log" TimestampFormat = regexp.MustCompile(`[0-9]{4}\-[0-9]{2}\-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\.[0-9]+Z`) TimestampLayout = "2006-01-02T15:04:05.999999999Z" )
Functions ¶
This section is empty.
Types ¶
type Source ¶ added in v0.1.1
type Source struct {
// contains filtered or unexported fields
}
Source is the aws-node / VPC CNI log source
func (Source) ClearCache ¶ added in v0.1.1
func (a Source) ClearCache()
ClearCache will clear the log reader cache
Click to show internal directories.
Click to hide internal directories.