meshtastic-metrics-exporter/exporter
Gleb Tcivie 0650382405 ```
Handle broadcast IDs in client details retrieval

Add a check for broadcast node IDs (4294967295 and 1) in the `_get_client_details` method to return a predefined `ClientDetails` instance. This prevents unnecessary database queries for broadcast IDs and ensures consistent handling of these special cases.
```
2025-01-05 20:20:16 +02:00
..
metric FIX: #60 2024-10-21 09:20:26 +03:00
processor ``` 2025-01-05 20:20:16 +02:00
__init__.py Refactored the code + added support for node_configuration_metrics 2024-08-09 13:20:31 +03:00
client_details.py Update to try and use newer file structure 2024-07-03 11:42:48 +03:00
db_handler.py 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