Documentation
¶
Overview ¶
Package logs provides log collection and scheduling for serverless environments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetLogsTags ¶
func SetLogsTags(tags []string)
SetLogsTags updates the tags attached to logs messages.
This function retains the given tags slice, which must not be modified after this call.
func SetupLogAgent ¶
func SetupLogAgent(logChannel chan *config.ChannelMessage, sourceName string, source string, tagger tagger.Component, compression logscompression.Component, hostname hostnameinterface.Component) (logsAgent.ServerlessLogsAgent, error)
SetupLogAgent sets up the logs agent to handle messages on the given channel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.