lib/new_relic/agent/agent.rb in newrelic_rpm-3.15.1.316 vs lib/new_relic/agent/agent.rb in newrelic_rpm-3.15.2.317
- old
+ new
@@ -1031,10 +1031,10 @@
#
# #reset!
# drop any stored data and reset to a clean state.
#
# #merge!(payload)
- # merge the given pyalod back into the internal buffer of the
+ # merge the given payload back into the internal buffer of the
# container, so that it may be harvested again later.
#
def harvest_and_send_from_container(container, endpoint)
payload = harvest_from_container(container, endpoint)
sample_count = harvest_size container, payload