[PR #1179] [MERGED] Expose store metrics with milliseconds bucketing #14990

Closed
opened 2026-08-05 03:06:44 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1179
Author: @surik
Created: 9/27/2023
Status: Merged
Merged: 9/28/2023
Merged by: @surik

Base: mainHead: yury/extend-store-metrics


📝 Commits (2)

  • 5b1ef79 Expose store metrics with milliseconds bucketing
  • 2bf9b00 Remove time unit for ms

📊 Changes

1 file changed (+27 additions, -10 deletions)

View changed files

📝 management/server/telemetry/store_metrics.go (+27 -10)

📄 Description

As the current upper 10000 microseconds(10ms) bucket may be to low for management.store.persistence.duration metric

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/1179 **Author:** [@surik](https://github.com/surik) **Created:** 9/27/2023 **Status:** ✅ Merged **Merged:** 9/28/2023 **Merged by:** [@surik](https://github.com/surik) **Base:** `main` ← **Head:** `yury/extend-store-metrics` --- ### 📝 Commits (2) - [`5b1ef79`](https://github.com/netbirdio/netbird/commit/5b1ef7960c478f764723e775da767c79dd6e966b) Expose store metrics with milliseconds bucketing - [`2bf9b00`](https://github.com/netbirdio/netbird/commit/2bf9b00f92ef6bc2a74e686956971477b7c3cda0) Remove time unit for ms ### 📊 Changes **1 file changed** (+27 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `management/server/telemetry/store_metrics.go` (+27 -10) </details> ### 📄 Description As the current upper 10000 microseconds(10ms) bucket may be to low for `management.store.persistence.duration` metric ## 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 03:06:44 -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#14990