Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValiClient ¶ added in v0.53.0
type ValiClient interface { // Handle processes and sends logs Handle(labels model.LabelSet, time time.Time, entry string) error // Stop shut down the client immediately without waiting to send the saved logs Stop() // StopWait stops the client of receiving new logs and waits all saved logs to be sent until shuting down StopWait() }
ValiClient is a client which sends logs to Vali
Click to show internal directories.
Click to hide internal directories.