You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTICE: The tracker might change the peer IP, depending on tracker configuration, like whether the tracker is running behind a reverse proxy or not. I have also added the original_peer_ip to the event; otherwise, that info would be lost. I want the events to have all the info needed to re-build exactly the tracker history if needed.
That's the only information that the tracker might change now. I do not think the tracker will ever change other data but maybe we should include the received peer and announce peer in the event:
josecelano
changed the title
Overhaul stats: add announced Peer to HTTP core announce event
Overhaul stats: Add announced Peer to HTTP core announce event
Mar 18, 2025
Depends on: #1341
IMPORTANT: This has to be implemented after #1341.
I'm refactoring events to include more metadata:
It would also be convenient to include information about the
announce
request, in the event, like the peer.Where the
Peer
is the peer defined in primitive types.NOTICE: The tracker might change the peer IP, depending on tracker configuration, like whether the tracker is running behind a reverse proxy or not. I have also added the
original_peer_ip
to the event; otherwise, that info would be lost. I want the events to have all the info needed to re-build exactly the tracker history if needed.That's the only information that the tracker might change now. I do not think the tracker will ever change other data but maybe we should include the received peer and announce peer in the event:
cc @da2ce7
The text was updated successfully, but these errors were encountered: