Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Writers = NewWriters()
Functions ¶
Types ¶
type WriterType ¶
func (WriterType) Post ¶
func (w WriterType) Post(req []byte) error
func (WriterType) Write ¶
func (w WriterType) Write(items []*prompb.TimeSeries)
type WritersType ¶
type WritersType struct {
// contains filtered or unexported fields
}
func NewWriters ¶
func NewWriters() WritersType
func (*WritersType) PushQueue ¶
func (ws *WritersType) PushQueue(vs []interface{}) bool
func (*WritersType) Put ¶
func (ws *WritersType) Put(name string, writer WriterType)
func (*WritersType) Writes ¶
func (ws *WritersType) Writes()
Click to show internal directories.
Click to hide internal directories.