-
Notifications
You must be signed in to change notification settings - Fork 870
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto detect backend metrics not defined in metrics configuration (#2769)
* Auto detect backend metrics not defined in metrics configuration * Add tests for metric auto detection * Update custom metrics example to show metrics auto detection * Update metrics documentation * Fix unit test failure * Set request ID for load model requests * Update metrics integration test to use custom metrics example * Make auto updates to frontend metrics cache thread safe * Add auto detect metrics is always called on metric log that has type information * Fix auto detect backend metrics unit test * Update documentation about performance impact of metrics auto detection * fix linter error * Disable metrics auto detection by default * fix integration tests * Update documentation and custom metrics example about metrics auto detection * Update metrics auto detection documentation * Add helper functions to get dimension names and values from Metric object * Fix java formatting * Move request id assignment for model load requests from model_service_worker.py to model_loader.py
- Loading branch information
1 parent
796808f
commit 98c19bc
Showing
18 changed files
with
573 additions
and
111 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
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
Oops, something went wrong.