aprsd/aprsd/packets
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 More packet cleanup and tests 2024-03-23 17:05:41 -04:00
core.py Put packet.json back in 2024-03-23 21:06:20 -04:00
log.py More packet cleanup and tests 2024-03-23 17:05:41 -04:00
packet_list.py Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00
seen_list.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
tracker.py Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00
watch_list.py Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00