Skip to content

Commit

Permalink
++ comment
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Oct 5, 2023
1 parent baee530 commit 4743c47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export function meteringHandler<R extends OdisRequest>(
logger.info({ eventLoopLag }, 'Measure event loop lag')
})

//TODO: Add prometheus metric to track e2e response latency
await handler(req, res)
if (res.headersSent) {
// used for log based metrics
Expand Down

0 comments on commit 4743c47

Please sign in to comment.