Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientPool ¶
type ClientPool struct {
// contains filtered or unexported fields
}
func (*ClientPool) Write ¶
func (p *ClientPool) Write(data []byte) error
type CombinedPool ¶
type CombinedPool struct {
// contains filtered or unexported fields
}
func NewCombinedPool ¶
func NewCombinedPool(pools ...Pool) *CombinedPool
func (*CombinedPool) Write ¶
func (p *CombinedPool) Write(message []byte, chainers ...metricbatcher.BatchCounterChainer) error
type Pool ¶
type Pool interface {
Write(message []byte, chainers ...metricbatcher.BatchCounterChainer) error
}
Click to show internal directories.
Click to hide internal directories.