Skip to content

Commit

Permalink
fixup! chore: emit metrics using transformer response headers. TODO: …
Browse files Browse the repository at this point in the history
…cleanup
  • Loading branch information
Sidddddarth committed Jan 29, 2025
1 parent 628b601 commit 04fe9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processor/transformer/transformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ func (trans *handle) doPost(ctx context.Context, rawJSON []byte, url, stage stri
req.Header.Set("X-Feature-Filter-Code", "?1")

resp, reqErr = trans.httpClient.Do(req)

})
trans.stat.NewTaggedStat("processor.transformer_request_time", stats.TimerType, tags).SendTiming(time.Since(requestStartTime))
if reqErr != nil {
Expand Down

0 comments on commit 04fe9de

Please sign in to comment.