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 Status(w http.ResponseWriter, r *http.Request)
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
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.