Class NewRelic::Agent::EventAggregator
In: lib/new_relic/agent/event_aggregator.rb
Parent: Object

Methods

Public Class methods

Public Instance methods

interface method for subclasses to override to provide post harvest functionality

interface method for subclasses to override to provide post-initialization setup

Merges samples from payload back into buffer and optionally adjusts the count of the buffer to ensure accuracy of buffer of metadata. We want to make sure not to double count samples being merged back in from a failed harvest, yet we do not want to under-count samples being merged from the PipeService.

[Validate]