-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Querytee: Add metric to measure relative backend latency (#7782)
* Querytee: Add metric to measure relative backend latency This metric gives us a measurement of how individual queries compare between two backends in terms of latency (or duration). * Add proportional metric, and change to native histograms * Improve histogram unit tests Also test the proportional metric * Update tools/querytee/proxy_metrics.go Co-authored-by: Charles Korn <[email protected]> * Tidy up test * Add changelog * Add docs * Generate doc * Rename metric to be "response" * Don't use latencyPair in Test_ProxyEndpoint_LogSlowQueries --------- Co-authored-by: Charles Korn <[email protected]>
- Loading branch information
1 parent
748a726
commit 5660319
Showing
5 changed files
with
154 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters