[PR #880] [MERGED] Measure write requests separately from read requests #13108

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/880
Author: @braginini
Created: 5/19/2023
Status: Merged
Merged: 5/19/2023
Merged by: @braginini

Base: mainHead: feature/measure_write_requests_separately_from_read


📝 Commits (3)

  • 6f35184 Measure write requests separately from read requests
  • 5719ff9 Use attributes instead of a new metric
  • 1c1e3fb Code cleanup

📊 Changes

2 files changed (+10 additions, -2 deletions)

View changed files

📝 go.mod (+1 -1)
📝 management/server/telemetry/http_api_metrics.go (+9 -1)

📄 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/880 **Author:** [@braginini](https://github.com/braginini) **Created:** 5/19/2023 **Status:** ✅ Merged **Merged:** 5/19/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `feature/measure_write_requests_separately_from_read` --- ### 📝 Commits (3) - [`6f35184`](https://github.com/netbirdio/netbird/commit/6f35184ddb30bc63dd090c0635b97e261f07b3cc) Measure write requests separately from read requests - [`5719ff9`](https://github.com/netbirdio/netbird/commit/5719ff9f4332ddd27668d68123511104a6b4c71f) Use attributes instead of a new metric - [`1c1e3fb`](https://github.com/netbirdio/netbird/commit/1c1e3fb65af5022b90937ba2a555d13175e4b472) Code cleanup ### 📊 Changes **2 files changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `management/server/telemetry/http_api_metrics.go` (+9 -1) </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:07:29 -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#13108