[PR #206] feat: support prometheus metric #207

Open
opened 2026-02-16 09:19:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-sandbox/pull/206
Author: @fatelei
Created: 1/10/2026
Status: 🔄 Open

Base: mainHead: prometheus_metric


📝 Commits (1)

  • eb4ac8d feat: support prometheus metric

📊 Changes

7 files changed (+150 additions, -15 deletions)

View changed files

📝 go.mod (+10 -1)
📝 go.sum (+37 -9)
internal/metrics/metrics.go (+59 -0)
📝 internal/middleware/cocrrent.go (+8 -2)
📝 internal/server/server.go (+4 -0)
📝 internal/service/nodejs.go (+16 -2)
📝 internal/service/python.go (+16 -1)

📄 Description

fix issue #205


🔄 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/langgenius/dify-sandbox/pull/206 **Author:** [@fatelei](https://github.com/fatelei) **Created:** 1/10/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `prometheus_metric` --- ### 📝 Commits (1) - [`eb4ac8d`](https://github.com/langgenius/dify-sandbox/commit/eb4ac8d7a0f53159cdff47c1c77ce994d7f3762c) feat: support prometheus metric ### 📊 Changes **7 files changed** (+150 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+10 -1) 📝 `go.sum` (+37 -9) ➕ `internal/metrics/metrics.go` (+59 -0) 📝 `internal/middleware/cocrrent.go` (+8 -2) 📝 `internal/server/server.go` (+4 -0) 📝 `internal/service/nodejs.go` (+16 -2) 📝 `internal/service/python.go` (+16 -1) </details> ### 📄 Description fix issue #205 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:19:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-sandbox#207