Skip to content

Commit 86b1a1a

Browse files
committed
Activate only for k8s
Signed-off-by: Marcos Candeia <[email protected]>
1 parent 4eea432 commit 86b1a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: observability/otel/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const provider = new NodeTracerProvider({
125125
),
126126
});
127127

128-
if (context.isDeploy) {
128+
if (context.isDeploy && context.platform === "kubernetes") {
129129
setInterval(() => {
130130
const resourceUsage: Record<string, string> = {};
131131
// deno-lint-ignore no-deprecated-deno-api

0 commit comments

Comments
 (0)