Gleb Tcivie
0b487336fb
Bug fixes: Changed Histograms to Gages and updated the dashboards
2024-07-26 20:04:22 +03:00
Gleb Tcivie
3cfadccc27
Removed metric on message size in char len and replaced with overall size of packet by common labels and portnum
2024-07-26 13:21:48 +03:00
Gleb Tcivie
ea3f00b466
Added more "Static" data like geolocation to the PostgressDB and removed it from prometheus to reduce the load. + Added support for lookup of Country + City + State for nodes per geolocation.
2024-07-26 13:04:36 +03:00
Gleb Tcivie
d3f60cc5ff
Added support for filtering specific types of messages from being reported
2024-07-26 12:02:17 +03:00
Gleb Tcivie
e1b5ca2526
Added exception handling to avoid restarting and bein stuck in a loop + Ignoring JSON messages
2024-07-08 22:25:49 +03:00
Gleb Tcivie
5f3031de9f
Update to try and use newer file structure
2024-07-03 11:42:48 +03:00
Gleb Tcivie
8296957af5
Fix hop limit to be gauge instead of counter
2024-07-02 22:12:08 +03:00
Gleb Tcivie
af29d71a7d
Reformatted the code.
...
client_details.py -> Now handles the client details Class
processor_base.py -> All the base classes for the processors
processors.py -> All available processors
registry.py -> Registry mechanism for the processors
2024-07-01 13:57:26 +03:00