mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #26] [MERGED] Detailed graphs #328
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#328
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/dflow-sh/dflow/pull/26
Author: @manikanta9176
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/2/2025
Merged by: @manikanta9176
Base:
main← Head:detailed-graphs📝 Commits (10+)
38d3a9dchore: updated the apis13caf6efix: old apisdc99611fix: util file typesa77ed6dchore: updated cpu metrics apis3720795chore: updated memory metrics apis68df6fdchore: updated network metric apis8e6cc8echore: updated system metrics apise3f2b51chore: updated server status apis7e258c7chore: updates diskmetrics apisdff3b04chore: updated overview tab📊 Changes
31 files changed (+2779 additions, -1945 deletions)
View changed files
📝
package.json(+1 -0)📝
pnpm-lock.yaml(+33 -0)📝
src/app/(frontend)/globals.css(+10 -5)📝
src/components/servers/monitoring/CPUTab.tsx(+342 -201)📝
src/components/servers/monitoring/CurrentResourceUsage.tsx(+70 -19)📝
src/components/servers/monitoring/DiskTab.tsx(+172 -316)📝
src/components/servers/monitoring/MemoryTab.tsx(+221 -218)📝
src/components/servers/monitoring/Monitoring.tsx(+14 -84)📝
src/components/servers/monitoring/MonitoringTabs.tsx(+51 -72)📝
src/components/servers/monitoring/NetdataInstallPrompt.tsx(+5 -3)📝
src/components/servers/monitoring/NetworkTab.tsx(+235 -262)📝
src/components/servers/monitoring/OverviewTab.tsx(+107 -187)📝
src/components/servers/monitoring/StatusOverView.tsx(+99 -24)📝
src/components/servers/monitoring/getTimeRange.ts(+18 -15)➕
src/components/ui/hover-card.tsx(+29 -0)📝
src/lib/netdata/metrics/cpuMetrics.ts(+126 -116)📝
src/lib/netdata/metrics/dashboard.ts(+34 -24)📝
src/lib/netdata/metrics/diskMetrics.ts(+215 -69)📝
src/lib/netdata/metrics/getServerDetails.ts(+1 -1)📝
src/lib/netdata/metrics/index.ts(+19 -7)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.