Commit c83ee25
committed
Expose ACK rate for Semtech UDP backend per Gateway ID.
If the ChirpStack Gateway Bridge is installed on the server and
especially using Docker, there can be cases where the uplink path (GW >
CGB) works, but the downlink path (CGB > GW) fails (UDP packets never
reach the GW). By exposing the ACK rate per Gateway ID, it is possible
to add per gateway monitoring.
As the exposed ack-rate represents the last reported ack-rate by the GW,
it is also important to monitor the ack-rate count. If this value does
not increment, it could mean that the GW is no longer reporting the
ack-rate and thus the exposed ack-rate is stale.1 parent b9d3d7b commit c83ee25
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| 465 | + | |
| 466 | + | |
465 | 467 | | |
466 | 468 | | |
467 | 469 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
| |||
42 | 53 | | |
43 | 54 | | |
44 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
0 commit comments