Documentation ¶
Index ¶
Constants ¶
View Source
const Log = "log"
View Source
const Syslog = "syslog"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsSender ¶
type MetricsSender interface {
Send()
}
func NewMetricsSender ¶
func NewMetricsSender(config config.Metrics) (MetricsSender, error)
Click to show internal directories.
Click to hide internal directories.