Documentation ¶
Overview ¶
Package agentimpl contains the implementation of the logs agent component.
Index ¶
- func Module() fxutil.Module
- func NewServerlessLogsAgent(tagger tagger.Component) agent.ServerlessLogsAgent
- type SchedulerProvider
- type StatusProvider
- func (p StatusProvider) AddGlobalWarning(key string, warning string)
- func (p StatusProvider) HTML(verbose bool, buffer io.Writer) error
- func (p StatusProvider) JSON(verbose bool, stats map[string]interface{}) error
- func (p StatusProvider) Name() string
- func (p StatusProvider) RemoveGlobalWarning(key string)
- func (p StatusProvider) Section() string
- func (p StatusProvider) Text(verbose bool, buffer io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServerlessLogsAgent ¶
func NewServerlessLogsAgent(tagger tagger.Component) agent.ServerlessLogsAgent
NewServerlessLogsAgent creates a new instance of the logs agent for serverless
Types ¶
type SchedulerProvider ¶
type SchedulerProvider struct { fx.Out Scheduler schedulers.Scheduler `group:"log-agent-scheduler"` }
SchedulerProvider provides a scheduler for the log Agent.
func NewSchedulerProvider ¶
func NewSchedulerProvider(scheduler schedulers.Scheduler) SchedulerProvider
NewSchedulerProvider returns a new SchedulerProvider.
type StatusProvider ¶
type StatusProvider struct{}
StatusProvider is the type for logs agent status methods
func NewStatusProvider ¶
func NewStatusProvider() *StatusProvider
NewStatusProvider fetches the status and returns a service wrapping it
func (StatusProvider) AddGlobalWarning ¶
func (p StatusProvider) AddGlobalWarning(key string, warning string)
AddGlobalWarning keeps track of a warning message to display on the status.
func (StatusProvider) HTML ¶
func (p StatusProvider) HTML(verbose bool, buffer io.Writer) error
HTML renders the HTML output
func (StatusProvider) JSON ¶
func (p StatusProvider) JSON(verbose bool, stats map[string]interface{}) error
JSON populates the status map
func (StatusProvider) RemoveGlobalWarning ¶
func (p StatusProvider) RemoveGlobalWarning(key string)
RemoveGlobalWarning loses track of a warning message that does not need to be displayed on the status anymore.
func (StatusProvider) Section ¶
func (p StatusProvider) Section() string
Section returns the section