scout_apm v0.4.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.
Link to this section Summary
Link to this section Functions
Link to this function
get()
Link to this function
record_job_record(job_record)
Link to this function
record_job_trace(job_trace)
Link to this function
record_per_minute_histogram(key, duration)
Link to this function
record_web_metric(metric)
Link to this function
record_web_trace(trace)
Link to this function
start_link()