Runs every host tripwire over one observation.
O(1) in the size of the database by construction: every input is either a scalar the caller already had or a ring capped at TREND_RING_SAMPLES, so nothing here can become a full-table scan on the request path.
TREND_RING_SAMPLES
Runs every host tripwire over one observation.
O(1) in the size of the database by construction: every input is either a scalar the caller already had or a ring capped at
TREND_RING_SAMPLES, so nothing here can become a full-table scan on the request path.