Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Provice initial set of telemetry data
did:key:z6MkgFq6...nBGz opened 1 year ago

In order to gain a better understanding of a seed's utilization, it would be great to implement OpenTelemetry on the node and start with sending two metrics: inbound and outbound connections.

z6MkgFq6...nBGz added crate=radicle-node 1 year ago
z6MkgFq6...nBGz commented 1 year ago

Alternatively, we can think of providing a workaround

On the node, run this in a cron job and collect the data in a textfile.

echo '{"command": "sessions"}' | socat - UNIX-CONNECT:/Users/yorgos/.radicle/node/control.sock | grep '"state":{"connected"' | jq '.[] | select(.state | objects | has("connected")) | .nid'  | sort | uniq | wc -l
z6MkgFq6...nBGz added type=feature 8 months ago