Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CriDecoder ¶
type CriDecoder struct{}
type DockerJsonDecoder ¶
type DockerJsonDecoder struct{}
type DockerLogJson ¶
type DockerLogJson struct {
Log string
}
type MultilineCollector ¶
type MultilineCollector struct { Messages chan Message // contains filtered or unexported fields }
func NewMultilineCollector ¶
func (*MultilineCollector) Add ¶
func (m *MultilineCollector) Add(entry LogEntry)
type OnMsgCallbackF ¶ added in v1.0.7
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) GetCounters ¶
func (p *Parser) GetCounters() []LogCounter
type Pattern ¶
type Pattern struct {
// contains filtered or unexported fields
}
func NewPattern ¶
func NewPatternFromWords ¶ added in v1.1.4
Source Files ¶
Click to show internal directories.
Click to hide internal directories.