type LokiClient interface {
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()
}