[PR #4623] [MERGED] Notes on multiprocessing metrics and gunicorn vs uwsgi #12887

Closed
opened 2025-12-29 22:24:12 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4623
Author: @tyler-8
Created: 5/11/2020
Status: Merged
Merged: 5/13/2020
Merged by: @jeremystretch

Base: developHead: metrics_docs


📝 Commits (2)

  • 96e05fb Notes on multiprocessing and gunicorn vs uwsgi
  • 29abcbc Grammar improvements

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 docs/additional-features/prometheus-metrics.md (+4 -0)

📄 Description

Fixes: https://github.com/netbox-community/netbox/issues/3779

This adds a paragraph recommending usage of uwsgi over gunicorn for accurate metrics when using multiprocessing. It includes a link to my comments in the original issue rather than including the nitty-gritty details in the docs themselves.


🔄 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/netbox-community/netbox/pull/4623 **Author:** [@tyler-8](https://github.com/tyler-8) **Created:** 5/11/2020 **Status:** ✅ Merged **Merged:** 5/13/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `metrics_docs` --- ### 📝 Commits (2) - [`96e05fb`](https://github.com/netbox-community/netbox/commit/96e05fb12d73badfd32865de3cd8f6542352df26) Notes on multiprocessing and gunicorn vs uwsgi - [`29abcbc`](https://github.com/netbox-community/netbox/commit/29abcbced8780fab47e8cd85c50e2b012953e0aa) Grammar improvements ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/additional-features/prometheus-metrics.md` (+4 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: https://github.com/netbox-community/netbox/issues/3779 <!-- Please include a summary of the proposed changes below. --> This adds a paragraph recommending usage of `uwsgi` over `gunicorn` for accurate metrics when using multiprocessing. It includes a link to my comments in the original issue rather than including the nitty-gritty details in the docs themselves. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:24:12 +01:00
adam closed this issue 2025-12-29 22:24:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12887