Grafana dashboard for self-hosted #704

Open
opened 2025-11-20 05:16:15 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @AUMakarov on GitHub (Mar 15, 2024).

Describe the solution you'd like
The right grafana dashboard needed for service monitoring and alerting

Originally created by @AUMakarov on GitHub (Mar 15, 2024). **Describe the solution you'd like** The right grafana dashboard needed for service monitoring and alerting
saavagebueno added the feature-request label 2025-11-20 05:16:15 -05:00
Author
Owner

@AUMakarov commented on GitHub (Mar 17, 2024):

I have generated a dashboard based on the metrics of the manager's service. We need to rationalize it
dash.json

@AUMakarov commented on GitHub (Mar 17, 2024): I have generated a dashboard based on the metrics of the manager's service. We need to rationalize it [dash.json](https://github.com/netbirdio/netbird/files/14628067/dash.json)
Author
Owner

@bitf115 commented on GitHub (Sep 12, 2024):

Hi @AUMakarov !
How you get metrics from manager's service? Did you enable some dark features? Or may be you have some url with prometheus data?

@bitf115 commented on GitHub (Sep 12, 2024): Hi @AUMakarov ! How you get metrics from manager's service? Did you enable some dark features? Or may be you have some url with prometheus data?
Author
Owner

@ddrugeon commented on GitHub (Sep 12, 2025):

You can enable metrics and ServiceMonitors thanks to helm charts.

For each component (management, relay and signal), you have to enable metrics in helm chart like this:

management:
  metrics:
    enabled: true
@ddrugeon commented on GitHub (Sep 12, 2025): You can enable metrics and ServiceMonitors thanks to helm charts. For each component (management, relay and signal), you have to enable metrics in helm chart like this: ``` management: metrics: enabled: true ```
Author
Owner
@ykorzikowski commented on GitHub (Nov 19, 2025): @AUMakarov Have a look at my Repo: https://github.com/ykorzikowski/my-netbird-experience https://github.com/ykorzikowski/my-netbird-experience/blob/main/res/dashboards/grafana-dashboard-netbird-relay.json https://github.com/ykorzikowski/my-netbird-experience/blob/main/res/dashboards/grafana-dashboard-netbrird-mgmt-signal.json ![Image](https://github.com/user-attachments/assets/e6d33655-44ab-47fc-ab89-a66cb854f7ea) ![Image](https://github.com/user-attachments/assets/d361c843-a9cc-48e5-91c0-bc5e539415dd)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#704