Peep.Storage.ETS (peep v4.2.0)
View SourcePeep.Storage implementation using a single ETS table.
A sane default for storing Peep metrics, with some simple optimizations.
If you discover that lock contention on Peep's ETS table is high,
consider switching to Peep.Storage.Striped
, which reduces lock contention
at the cost of higher memory usage.