Versions in this module Expand all Collapse all v1 v1.0.0 Dec 29, 2023 Changes in this version + func InitPrometheus() + func InitSentry() func() + func InitTelemetry() + type LokiClient struct + Client *http.Client + URL string + func NewLokiClient(url string) *LokiClient + func (c *LokiClient) SendLog(level, message string) error + type LokiLogEntry struct + Line string + Ts string + type LokiPayload struct + Streams []LokiStream + type LokiStream struct + Stream map[string]string + Values [][]string