Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LokiExporter ¶
type LokiExporter struct {
// contains filtered or unexported fields
}
func NewLokiExporter ¶
func NewLokiExporter(cfg interface{}) *LokiExporter
func (*LokiExporter) Name ¶
func (l *LokiExporter) Name() string
func (*LokiExporter) Run ¶
func (l *LokiExporter) Run()
func (*LokiExporter) Send ¶
func (l *LokiExporter) Send(entries []*LogEntry)
func (*LokiExporter) ShutDown ¶
func (l *LokiExporter) ShutDown()
func (*LokiExporter) Write ¶
func (l *LokiExporter) Write(content string)
Click to show internal directories.
Click to hide internal directories.