aprsd/aprsd/utils
Hemna bd005f628d Reworked the stats making the rpc server obsolete.
This patch implements a new stats collector paradigm
which uses the typing Protocol.  Any object that wants to
supply stats to the collector has to implement the
aprsd.stats.collector.StatsProducer protocol, which at the
current time is implementing a stats() method on the object.

Then register the stats singleton producer with the collector by
calling collector.Collector().register_producer()

This only works if the stats producer object is a singleton.
2024-04-02 09:30:43 -04:00
..
__init__.py Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00
counter.py added packet counter random int 2024-03-23 17:56:49 -04:00
fuzzyclock.py Refactor utils to directory 2022-11-23 13:00:36 -05:00
json.py reworked collecting and reporting stats 2022-12-18 21:54:34 -05:00
objectstore.py Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00
ring_buffer.py Make tracking objectstores work w/o initializing 2022-12-17 20:06:28 -05:00
trace.py Moved trace.py to utils 2022-11-23 13:00:36 -05:00