Skip to content

Commit

Permalink
refactor: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 1, 2025
1 parent 3283bc3 commit 8584f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/monitoring/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { logServerMetrics } from "./server/server.js";
import { config } from "dotenv";
import { serverLogFile, containerLogFile } from "./constants.js";
import { processMetricsFromFile } from "./utils.js";
import { logContainerMetrics } from "./containers/index.js";
// import { logContainerMetrics } from "./containers/index.js";
import { existsSync } from "node:fs";
config();

Expand All @@ -24,7 +24,6 @@ app.use(
credentials: true,
}),
);

logServerMetrics();
// logContainerMetrics();

Expand Down

0 comments on commit 8584f0c

Please sign in to comment.