Skip to content

Commit

Permalink
Don't fail requests if we cannot track their latencies
Browse files Browse the repository at this point in the history
- Fixes #5998
- Add a helper trait to extract the status code from a generic kind of
  response, so that we can use the latency tracker for methods that
  return a `http::Response` directly. Implement this for the extant
  response types we need to instrument.
- Add latency tracking to the device OAuth endpoints that were
  previously untracked.
  • Loading branch information
bnaecker committed Jul 5, 2024
1 parent 30b6713 commit bf588da
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 69 deletions.
97 changes: 51 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf588da

Please sign in to comment.