Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawal1248 committed May 23, 2024
1 parent 2973d9f commit c2c564f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/customTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ async function runUserTransform(
};

stats.counter('user_transform_function_input_events', events.length, tags);
stats.timing('user_transform_function_latency_summary', invokeTime, tags);
stats.timing('user_transform_function_latency', invokeTime, tags);
stats.timingSummary('user_transform_function_latency_summary', invokeTime, tags);
}

return {
Expand Down

0 comments on commit c2c564f

Please sign in to comment.