package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Jun 8, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Init creates the loki configuration
Stream sends the logs to Loki
type LokiDTO struct {
Streams []Streams `json:"streams"`
}
type Streams struct {
Stream map[string]string `json:"stream"`
Values [][]string `json:"values"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.