[PR #49] [MERGED] all: add /api/proxies api for statistics info #4119

Closed
opened 2026-05-05 14:36:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/49
Author: @fatedier
Created: 7/17/2016
Status: Merged
Merged: 7/17/2016
Merged by: @fatedier

Base: devHead: fatedier/statistics


📝 Commits (1)

  • ac09ba3 all: add /api/proxies api for statistics info

📊 Changes

8 files changed (+289 additions, -7 deletions)

View changed files

📝 src/frp/models/client/client.go (+2 -1)
📝 src/frp/models/consts/consts.go (+8 -0)
src/frp/models/metric/server.go (+201 -0)
📝 src/frp/models/msg/process.go (+41 -5)
📝 src/frp/models/server/config.go (+7 -0)
📝 src/frp/models/server/dashboard.go (+1 -0)
📝 src/frp/models/server/dashboard_api.go (+22 -0)
📝 src/frp/models/server/server.go (+7 -1)

📄 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/fatedier/frp/pull/49 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 7/17/2016 **Status:** ✅ Merged **Merged:** 7/17/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `fatedier/statistics` --- ### 📝 Commits (1) - [`ac09ba3`](https://github.com/fatedier/frp/commit/ac09ba3982c2094dba135e17ea9b499a061a0e75) all: add /api/proxies api for statistics info ### 📊 Changes **8 files changed** (+289 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/frp/models/client/client.go` (+2 -1) 📝 `src/frp/models/consts/consts.go` (+8 -0) ➕ `src/frp/models/metric/server.go` (+201 -0) 📝 `src/frp/models/msg/process.go` (+41 -5) 📝 `src/frp/models/server/config.go` (+7 -0) 📝 `src/frp/models/server/dashboard.go` (+1 -0) 📝 `src/frp/models/server/dashboard_api.go` (+22 -0) 📝 `src/frp/models/server/server.go` (+7 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:36:03 -06: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: github-starred/frp#4119
No description provided.