Skip to content

Commit

Permalink
Alerting - Remove Soupinou debug log (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Oct 17, 2023
1 parent deef317 commit b48cc35
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions alerting/temporal/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,22 +290,6 @@ const main = async () => {
body: { series: [...countSeries, ...guageSeries] },
});

await logApi.submitLog({
body: [
{
ddsource: "temporal",
ddtags: "temporal",
hostname: "temporal",
message: "test message soupinou",
service: "temporal",
},
],
contentEncoding: "deflate",
});

const test = { series: [...countSeries, ...guageSeries] };
console.log(JSON.stringify(test, null, 2));

console.log({ level: "info", message: "Pausing for 20s" });
await setTimeoutAsync(20 * 1000);
}
Expand Down

0 comments on commit b48cc35

Please sign in to comment.