Skip to content

Commit

Permalink
Update temporal_monitoring.ts (#4266)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Mar 13, 2024
1 parent a247090 commit 6f105de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connectors/src/lib/temporal_monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export class ActivityInboundLogInterceptor
];

try {
this.logger.info("Activity started.");
return await tracer.trace(
`${this.context.info.workflowType}-${this.context.info.activityType}`,
{
Expand Down Expand Up @@ -149,7 +148,6 @@ export class ActivityInboundLogInterceptor
tags.push(`error_type:${errorType}`);
statsDClient.increment("activity_failed.count", 1, tags);
} else {
this.logger.info({ durationMs: durationMs }, "Activity completed.");
statsDClient.increment("activities_success.count", 1, tags);
}
}
Expand Down

0 comments on commit 6f105de

Please sign in to comment.