Skip to content

Conversation

@turuslan
Copy link
Contributor

@turuslan turuslan commented Dec 5, 2025

  • TODO: specify metric name and help
  • there can be delay before metric decreases,
    because dead QUIC connection may remain alive for some time,
    may need to reduce alive timeout in QUIC config

Signed-off-by: turuslan <[email protected]>
"lean_process_start_time_seconds",
"UNIX timestamp of the moment the process started")

METRIC_GAUGE(connected_peer_count, "TODO_NAME_connected_peer_count", "TODO_HELP")
Copy link
Collaborator

@KatyaRyazantseva KatyaRyazantseva Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My suggestion is to move these metrics to a separate network_metrics.def in the networking module. The number of the network metrics will grow further.

@KatyaRyazantseva
Copy link
Collaborator

Peer connection metrics are listed here feat: add network peer connection metrics #13. The initial implementation can be without labels depending on the complexity of adding them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants