mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #20] [MERGED] Monitoring updates #325
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#325
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/20
Author: @manikanta9176
Created: 3/27/2025
Status: ✅ Merged
Merged: 3/27/2025
Merged by: @manikanta9176
Base:
main← Head:monitoring-updates📝 Commits (5)
2ad7fefchore: updated cpu metrics api calls71a216fchore: added new api calls cpu metrics and disk metricsd0e63b3chore: updated the folder structure of monitoring componentsa59f5e8chore: added server details using netdata1d97a3cchore: added projects services card📊 Changes
31 files changed (+1622 additions, -200 deletions)
View changed files
📝
package.json(+2 -0)📝
pnpm-lock.yaml(+53 -2)📝
src/app/(frontend)/(dashboard)/settings/servers/[id]/page.tsx(+29 -3)➕
src/components/servers/ProjectsAndServices.tsx(+159 -0)➕
src/components/servers/ServerDetails.tsx(+312 -0)📝
src/components/servers/UpdateServerForm.tsx(+1 -79)📝
src/components/servers/monitoring/CPUTab.tsx(+0 -0)📝
src/components/servers/monitoring/CurrentResourceUsage.tsx(+0 -0)📝
src/components/servers/monitoring/DiskTab.tsx(+0 -0)📝
src/components/servers/monitoring/MemoryTab.tsx(+0 -0)📝
src/components/servers/monitoring/Monitoring.tsx(+8 -2)📝
src/components/servers/monitoring/MonitoringTabs.tsx(+0 -0)📝
src/components/servers/monitoring/NetdataInstallPrompt.tsx(+0 -0)📝
src/components/servers/monitoring/NetworkTab.tsx(+0 -0)📝
src/components/servers/monitoring/OverviewTab.tsx(+0 -0)📝
src/components/servers/monitoring/RequestsTab.tsx(+0 -0)📝
src/components/servers/monitoring/StatusOverView.tsx(+0 -0)📝
src/components/servers/monitoring/getTimeRange.ts(+0 -0)➕
src/components/ui/drawer.tsx(+118 -0)➕
src/components/ui/scroll-area.tsx(+48 -0)...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.