Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunTruncatingBuffer ¶
func RunTruncatingBuffer(inputChan <-chan *events.Envelope, bufferSize uint, logger *gosteno.Logger, dropsondeOrigin string) *truncatingbuffer.TruncatingBuffer
Types ¶
type DropCounter ¶
type DropCounter struct {
// contains filtered or unexported fields
}
func NewDropCounter ¶
func NewDropCounter(appID string, drainURL string, metricUpdateChannel chan<- int64) DropCounter
func (*DropCounter) GetInstrumentationMetric ¶
func (dc *DropCounter) GetInstrumentationMetric() Metric
func (*DropCounter) UpdateDroppedMessageCount ¶
func (dc *DropCounter) UpdateDroppedMessageCount(messageCount int64)
Click to show internal directories.
Click to hide internal directories.