Documentation
¶
Index ¶
- func EncodeQuery(url string) string
- func ExportFlows(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func GetConfig(filename string) func(w http.ResponseWriter, r *http.Request)
- func GetFlows(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func GetNames(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func GetNamespaces(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func GetTopology(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func LokiBuildInfos(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func LokiConfig(cfg loki.Config, param string) func(w http.ResponseWriter, r *http.Request)
- func LokiMetrics(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func LokiReady(cfg loki.Config) func(w http.ResponseWriter, r *http.Request)
- func Status(w http.ResponseWriter, r *http.Request)
- type LokiError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeQuery ¶ added in v0.1.2
loki query will fail if spaces or quotes are not encoded * we can't use url.QueryEscape or url.Values here since Loki doesn't manage encoded parenthesis
func ExportFlows ¶ added in v0.1.2
func GetConfig ¶ added in v0.1.2
func GetConfig(filename string) func(w http.ResponseWriter, r *http.Request)
func GetNamespaces ¶ added in v0.1.2
func GetTopology ¶ added in v0.1.2
func LokiBuildInfos ¶ added in v0.1.3
func LokiConfig ¶
func LokiMetrics ¶ added in v0.1.3
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.