Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MetricPool = sync.Pool{ New: func() interface{} { return &carbon.Metric{} }, }
View Source
var PayloadPool = sync.Pool{ New: func() interface{} { return &carbon.Payload{} }, }
View Source
var PointPool = sync.Pool{ New: func() interface{} { return &carbon.Point{} }, }
Points
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.