Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLogger ¶
Types ¶
type LokiPayload ¶
type LokiPayload struct {
Streams []LokiStream `json:"streams"`
}
type LokiStream ¶
type LokiWriter ¶
type LokiWriter struct {
// contains filtered or unexported fields
}
func NewLokiWriter ¶
func NewLokiWriter(url string, labels map[string]string) *LokiWriter
Click to show internal directories.
Click to hide internal directories.