scout_apm v0.3.1 ScoutApm.Store

Singleton that manages the state of the Agent’s data. Mostly just routes data to the correct per-minute data structure

Also is the core “tick” of the system, so each X seconds, the data collected is checked to see if it’s ready to be reported. If so, the reporting process is kicked off.

Summary

Functions

record_job_record(job_record)
record_job_trace(job_trace)
record_per_minute_histogram(key, duration)
record_web_metric(metric)
record_web_trace(trace)
start_link()