mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #9] [MERGED] Monitoring #322
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#322
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/9
Author: @manikanta9176
Created: 3/20/2025
Status: ✅ Merged
Merged: 3/20/2025
Merged by: @manikanta9176
Base:
main← Head:monitoring📝 Commits (10+)
bd1de5cchore: added monitoring tabebfdf03chore: updated the monitoring uibfc7b32chore: updated the charts ui843ab34chore: added netdata core commandsdef5f21chore: checking netdata installed or note94ed0bchore: updated netdata install and uninstall818ededchore: added netdata api calls8f01fc6chore: api to get all the metrics27c9492chore: integrated the data4b52d18Merge branch 'main' into monitoring📊 Changes
66 files changed (+5698 additions, -2 deletions)
View changed files
📝
package.json(+4 -0)📝
pnpm-lock.yaml(+352 -0)➕
src/actions/netdata/index.ts(+117 -0)➕
src/actions/netdata/validator.ts(+13 -0)📝
src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx(+1 -1)📝
src/app/(frontend)/(dashboard)/settings/servers/[id]/page.tsx(+48 -1)📝
src/app/(frontend)/globals.css(+6 -0)➕
src/components/servers/Monitoring.tsx(+2152 -0)➕
src/components/servers/NetdataInstallPrompt.tsx(+50 -0)➕
src/components/servers/RetryPrompt.tsx(+33 -0)➕
src/components/ui/chart.tsx(+365 -0)➕
src/components/ui/progress.tsx(+28 -0)➕
src/components/ui/tabs.tsx(+55 -0)➕
src/lib/netdata/alerts/getAlarmCount.ts(+11 -0)➕
src/lib/netdata/alerts/getAlarmLog.ts(+11 -0)➕
src/lib/netdata/alerts/getAlarmVariables.ts(+17 -0)➕
src/lib/netdata/alerts/getAlarms.ts(+11 -0)➕
src/lib/netdata/alerts/getAlarmsValues.ts(+13 -0)➕
src/lib/netdata/alerts/index.ts(+5 -0)➕
src/lib/netdata/badges/getBadge.ts(+24 -0)...and 46 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.