[GH-ISSUE #1762] netbird metrics #3249

Open
opened 2026-08-05 00:51:25 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @hoozecn on GitHub (Mar 28, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/1762

Is your feature request related to a problem? Please describe.

We would like to have a dashboard to show the mesh network if is working well from node to node and create alerts when connective problem occurs, for instance

  • node interface is down
  • connection between nodes fallback from P2P to Relay (for some reason)
  • ping latency

Describe the solution you'd like

  1. make the client expose metrics with prometheus sdk via an http port

Describe alternatives you've considered

  1. a new exporter project that can communicate with netbird client and expose the metrics

Additional context
We use netbird to create a private network, so that all nodes in our global K8s network can communicate with Nodes that not in the K8s cluster securely.

Originally created by @hoozecn on GitHub (Mar 28, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/1762 **Is your feature request related to a problem? Please describe.** We would like to have a dashboard to show the mesh network if is working well from node to node and create alerts when connective problem occurs, for instance - node interface is down - connection between nodes fallback from P2P to Relay (for some reason) - ping latency **Describe the solution you'd like** 1. make the client expose metrics with prometheus sdk via an http port **Describe alternatives you've considered** 1. a new exporter project that can communicate with netbird client and expose the metrics **Additional context** We use netbird to create a private network, so that all nodes in our global K8s network can communicate with Nodes that not in the K8s cluster securely.
saavagebueno added the feature-requestclient labels 2026-08-05 00:51:25 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#3249