-
-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add metrics for dokploy server
- Loading branch information
1 parent
20aba3d
commit 04f217c
Showing
11 changed files
with
4,761 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ALTER TABLE "admin" ADD COLUMN "serverRefreshRateMetrics" integer DEFAULT 5 NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "admin" ADD COLUMN "containerRefreshRateMetrics" integer DEFAULT 5 NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "admin" ADD COLUMN "containersMetricsDefinition" json;--> statement-breakpoint | ||
ALTER TABLE "admin" ADD COLUMN "defaultPortMetrics" integer DEFAULT 4500 NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "admin" ADD COLUMN "metricsToken" text DEFAULT '' NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "admin" ADD COLUMN "metricsUrlCallback" text DEFAULT '' NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "admin" ADD COLUMN "thresholdCpu" integer DEFAULT 0 NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "admin" ADD COLUMN "thresholdMemory" integer DEFAULT 0 NOT NULL; |
Oops, something went wrong.