[PR #662] [MERGED] WIP Metrics #1371

Closed
opened 2026-05-07 01:01:48 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/662
Author: @binwiederhier
Created: 3/7/2023
Status: Merged
Merged: 3/17/2023
Merged by: @binwiederhier

Base: mainHead: metrics


📝 Commits (6)

📊 Changes

14 files changed (+662 additions, -20 deletions)

View changed files

📝 cmd/serve.go (+8 -2)
📝 docs/config.md (+22 -0)
📝 go.mod (+7 -0)
📝 go.sum (+379 -9)
📝 server/config.go (+5 -2)
📝 server/file_cache.go (+2 -0)
📝 server/server.go (+65 -4)
📝 server/server.yml (+13 -0)
📝 server/server_manager.go (+15 -0)
server/server_metrics.go (+122 -0)
📝 server/server_middleware.go (+1 -0)
📝 server/smtp_server.go (+2 -0)
📝 server/util.go (+3 -3)
📝 user/manager.go (+18 -0)

📄 Description

No description provided


🔄 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/binwiederhier/ntfy/pull/662 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 3/7/2023 **Status:** ✅ Merged **Merged:** 3/17/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `metrics` --- ### 📝 Commits (6) - [`2783a52`](https://github.com/binwiederhier/ntfy/commit/2783a52cad0438a099f1283fa92357e10dcc442f) WIP metrics - [`754b456`](https://github.com/binwiederhier/ntfy/commit/754b45632067df4dd65a84b6abcfc10440cff0dc) Merge branch 'main' into metrics - [`fe731d4`](https://github.com/binwiederhier/ntfy/commit/fe731d43cd0488e5bf8051d66f70b98b729738fd) More metrics - [`bb3fe4f`](https://github.com/binwiederhier/ntfy/commit/bb3fe4f8303f8b80bfc34a6600c38fcc252211f9) Docs WIP - [`358b344`](https://github.com/binwiederhier/ntfy/commit/358b34491625515140f043e6e89a14597d6f6de7) Allow /metrics on default port; reduce memory if not enabled - [`ca9fed7`](https://github.com/binwiederhier/ntfy/commit/ca9fed7b67b7884ac58522c2b2d6a1a77063ea3f) More metrics ### 📊 Changes **14 files changed** (+662 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+8 -2) 📝 `docs/config.md` (+22 -0) 📝 `go.mod` (+7 -0) 📝 `go.sum` (+379 -9) 📝 `server/config.go` (+5 -2) 📝 `server/file_cache.go` (+2 -0) 📝 `server/server.go` (+65 -4) 📝 `server/server.yml` (+13 -0) 📝 `server/server_manager.go` (+15 -0) ➕ `server/server_metrics.go` (+122 -0) 📝 `server/server_middleware.go` (+1 -0) 📝 `server/smtp_server.go` (+2 -0) 📝 `server/util.go` (+3 -3) 📝 `user/manager.go` (+18 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:48 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1371
No description provided.