Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
reader
Package reader provides interface and struct to read messages and report them to a harvester The interface used is: type Reader interface { Next() (Message, error) } Each time Next is called on a reader, a Message object is returned.
|
Package reader provides interface and struct to read messages and report them to a harvester The interface used is: type Reader interface { Next() (Message, error) } Each time Next is called on a reader, a Message object is returned. |
Package include imports all prospector packages so that they register their factories with the global registry.
|
Package include imports all prospector packages so that they register their factories with the global registry. |
input
|
|
processor
|
|
log
Package log harvests different inputs for new information.
|
Package log harvests different inputs for new information. |
redis
Package redis package contains prospector and harvester to read the redis slow log The redis slow log is stored in memory.
|
Package redis package contains prospector and harvester to read the redis slow log The redis slow log is stored in memory. |
scripts
|
|
Click to show internal directories.
Click to hide internal directories.