Documentation ¶
Index ¶
- type Nrevents
- func (n Nrevents) GetDuration(e *loggregator_v2.Envelope) float64
- func (n Nrevents) GetTag(e *loggregator_v2.Envelope, ta string) string
- func (n Nrevents) HarvestMetrics(entity *entities.Entity, metric *metrics.Metric)
- func (n Nrevents) New() accumulators.Interface
- func (n Nrevents) Update(e *loggregator_v2.Envelope)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nrevents ¶
type Nrevents struct { accumulators.Accumulator // contains filtered or unexported fields }
Nrevents extends event.Accumulator for Firehose HttpStartStop Envelope Event Types
func (Nrevents) GetDuration ¶
func (n Nrevents) GetDuration( e *loggregator_v2.Envelope, ) float64
GetDuration ...
func (Nrevents) GetTag ¶
func (n Nrevents) GetTag( e *loggregator_v2.Envelope, ta string, ) string
GetTag ...
func (Nrevents) HarvestMetrics ¶
HarvestMetrics (stub for HttpStartStop)...
func (Nrevents) New ¶
func (n Nrevents) New() accumulators.Interface
New satisfies event.Accumulator
func (Nrevents) Update ¶
func (n Nrevents) Update(e *loggregator_v2.Envelope)
Update satisfies event.Accumulator func (n Nrevents) Update(e *events.Envelope) {
Click to show internal directories.
Click to hide internal directories.