# Functions
CheckFatal prints an error and exits with error code 1 if err is non-nil.
InitLogger initialises the global gokit logger (util_log.Logger) and overrides the default logger for the server.
TODO(dannyk): remove once weaveworks/common updates to go-kit/log
-> we can then revert to using Level.Gokit.
NewPrometheusLogger creates a new instance of PrometheusLogger which exposes Prometheus counters for various log levels.
# Variables
No description provided by the author
# Structs
PrometheusLogger exposes Prometheus counters for each of go-kit's log levels.