Gleb Tcivie
60002b20e9
Added PAX counter reported metrics to prometheus
2025-02-25 22:42:32 +02:00
Gleb Tcivie
b78deaf95a
Fixed deprecated proto
2025-02-24 21:54:49 +02:00
Gleb Tcivie
0281d0b990
Merge pull request #77
...
Handle broadcast IDs check in client details retrieval
2025-01-05 20:20:59 +02:00
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
Gleb Tcivie
7b32cb57da
Added cleanup job for metrics that are not needed anymore
2024-11-23 18:15:37 +02:00
panaceya
2b1263ec4a
FIX : #60
2024-10-21 09:20:26 +03:00
Gleb Tcivie
6f7886435f
Merge remote-tracking branch 'origin/node-configuration-metrics' into node-configuration-metrics
...
# Conflicts:
# exporter/metric/node_configuration_metrics.py
2024-08-09 21:16:16 +03:00
Gleb Tcivie
340578ed86
Bugfix (Fixed issue with unknown json data configuration)
2024-08-09 21:13:12 +03:00
Gleb Tcivie
e155aeaeae
Bugfix (Fixed issue with unknown json data configuration)
2024-08-09 21:11:00 +03:00
Gleb Tcivie
1c6eb81889
Refactored the code + added support for node_configuration_metrics
2024-08-09 13:20:31 +03:00