mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[PR #847] [MERGED] refactor: nodes analytics #4212
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/0xJacky/nginx-ui/pull/847
Author: @0xJacky
Created: 2/4/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @0xJacky
Base:
dev← Head:refactor/node-analytics📝 Commits (7)
34c3abbrefactor: nodes analyticsfee5145Merge branch 'dev' into refactor/node-analyticsd91fd5crefactor: nodes analyticsfb4331dMerge branch 'dev' into refactor/node-analytics1b3b97brefactor: nodes analyticseb35143feat(debug): add pprof in debug mode5a7a95frefactor: websocket error handler📊 Changes
17 files changed (+277 additions, -155 deletions)
View changed files
📝
api/analytic/analytic.go(+9 -6)📝
api/analytic/nodes.go(+12 -6)📝
api/nginx_log/nginx_log.go(+5 -3)📝
api/upstream/upstream.go(+4 -2)📝
app/src/views/dashboard/ServerAnalytic.vue(+0 -4)📝
app/src/views/dashboard/components/NodeAnalyticItem.vue(+6 -1)📝
app/src/views/environment/Environment.vue(+6 -9)📝
go.mod(+31 -30)📝
go.sum(+63 -0)📝
internal/analytic/node.go(+4 -8)📝
internal/analytic/node_record.go(+80 -57)📝
internal/analytic/node_stat.go(+0 -3)📝
internal/helper/websocket_error.go(+4 -7)📝
internal/middleware/middleware.go(+37 -13)📝
internal/pty/pipeline.go(+9 -5)📝
model/model.go(+1 -1)📝
router/routers.go(+6 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.