Skip to content

Commit

Permalink
Removes execution ID from metrics labels
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Nov 14, 2024
1 parent 8c7de51 commit 5595d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/capabilities/compute/compute.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ func (c *Compute) createFetcher() func(ctx context.Context, req *wasmpb.FetchReq
platform.KeyWorkflowID, req.Metadata.WorkflowId,
platform.KeyWorkflowName, req.Metadata.WorkflowName,
platform.KeyWorkflowOwner, req.Metadata.WorkflowOwner,
platform.KeyWorkflowExecutionID, req.Metadata.WorkflowExecutionId,
).incrementHTTPRequestCounter(ctx)

// Only log if the response is not in the 200 range
Expand Down

0 comments on commit 5595d01

Please sign in to comment.