Documentation ¶
Overview ¶
Package lokiwriter implements rogu.Writer to push logs to a Grafana Loki instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Address string `json:"address"` Username string `json:"username"` Password string `json:"password"` Labels map[string]string `json:"labels"` }
Options holds connection and authentication information for the loki connection.
Click to show internal directories.
Click to hide internal directories.