Documentation ¶ Index ¶ func Init(p Publisher) func Publish(metrics []*schema.MetricData) error type Publisher Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init(p Publisher) func Publish ¶ func Publish(metrics []*schema.MetricData) error Types ¶ type Publisher ¶ type Publisher interface { //Publish the given metrics. //Requires that the metric interval and ID have been set Publish(metrics []*schema.MetricData) error //Type returns the type of system the Publisher publishes to Type() string } Source Files ¶ View all Source files publish.go Directories ¶ Show internal Expand all Path Synopsis kafka keycache Click to show internal directories. Click to hide internal directories.