Module: TemplateStreaming::NewRelic::Agent
- Defined in:
- lib/template_streaming/new_relic.rb
Instance Attribute Summary collapse
-
#accumulated_histogram_time ⇒ Object
Returns the value of attribute accumulated_histogram_time.
Instance Method Summary collapse
Instance Attribute Details
#accumulated_histogram_time ⇒ Object
Returns the value of attribute accumulated_histogram_time.
398 399 400 |
# File 'lib/template_streaming/new_relic.rb', line 398 def accumulated_histogram_time @accumulated_histogram_time end |
Instance Method Details
#finish_accumulating ⇒ Object
392 393 394 395 396 |
# File 'lib/template_streaming/new_relic.rb', line 392 def finish_accumulating stats_engine.finish_accumulating histogram.finish_accumulating transaction_sampler.finish_accumulating end |
#start_accumulating(*metric_names) ⇒ Object
386 387 388 389 390 |
# File 'lib/template_streaming/new_relic.rb', line 386 def start_accumulating(*metric_names) stats_engine.start_accumulating(*metric_names) histogram.start_accumulating transaction_sampler.start_accumulating end |