[PR #1556] [CLOSED] prometheus monitor #4407

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1556
Author: @kingjcy
Created: 12/8/2019
Status: Closed

Base: devHead: 20191205


📝 Commits (1)

📊 Changes

7 files changed (+358 additions, -1 deletions)

View changed files

📝 cmd/frps/root.go (+9 -0)
📝 conf/frps_full.ini (+7 -0)
📝 go.mod (+1 -1)
📝 go.sum (+84 -0)
📝 models/config/server_common.go (+28 -0)
server/monitor/prometheus.go (+214 -0)
📝 server/service.go (+15 -0)

📄 Description

prometheus monitor


🔄 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/1556 **Author:** [@kingjcy](https://github.com/kingjcy) **Created:** 12/8/2019 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `20191205` --- ### 📝 Commits (1) - [`3060091`](https://github.com/fatedier/frp/commit/306009178a5b69cf5e462d59bbdaa0643fa58315) prometheus monitor ### 📊 Changes **7 files changed** (+358 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/frps/root.go` (+9 -0) 📝 `conf/frps_full.ini` (+7 -0) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+84 -0) 📝 `models/config/server_common.go` (+28 -0) ➕ `server/monitor/prometheus.go` (+214 -0) 📝 `server/service.go` (+15 -0) </details> ### 📄 Description prometheus monitor --- <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:41:29 -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#4407
No description provided.