[PR #1187] [MERGED] Add routing groups metrics #13390

Closed
opened 2026-08-05 02:08:17 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1187
Author: @mlsmaycon
Created: 9/29/2023
Status: Merged
Merged: 10/2/2023
Merged by: @mlsmaycon

Base: mainHead: add-routing-groups-metrics


📝 Commits (4)

📊 Changes

2 files changed (+246 additions, -0 deletions)

View changed files

📝 management/server/metrics/selfhosted.go (+7 -0)
management/server/metrics/selfhosted_test.go (+239 -0)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/1187 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 9/29/2023 **Status:** ✅ Merged **Merged:** 10/2/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `add-routing-groups-metrics` --- ### 📝 Commits (4) - [`0c1aaf4`](https://github.com/netbirdio/netbird/commit/0c1aaf42909d9d7e4bfb6263758e5a94c6f07a3b) Add routing groups metrics - [`c917cd8`](https://github.com/netbirdio/netbird/commit/c917cd8f37386352176a73cebafc0ea572822f5e) add tests - [`d541b42`](https://github.com/netbirdio/netbird/commit/d541b4291a024a9d4a2e2c367924e1193b2d945b) docs - [`40e19b8`](https://github.com/netbirdio/netbird/commit/40e19b87f90e393ca8e83834160144272758fc24) add missing metrics ### 📊 Changes **2 files changed** (+246 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `management/server/metrics/selfhosted.go` (+7 -0) ➕ `management/server/metrics/selfhosted_test.go` (+239 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:08:17 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#13390