-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Initialize tracer provider with noop provider * refactor: Lift resource instantiation to SetupOTelSDK We will also want to use this resource for meter and log providers. * feat: Add solver metrics options * feat: Add metrics config and provider * chore: Configure services with metrics (or not) We only configure metrics on the solver for now. * feat: Add meter to solver controller * feat: Add solver matcher metrics * feat: Add solver system metrics * feat: Add GetDealsAll store method * feat: Add solver deal state metrics * fix: Acquire lock in GetDealsAll * refactor: Simplify metrics options check * chore: Add report deal metrics trace errors
- Loading branch information
Showing
18 changed files
with
872 additions
and
43 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
Oops, something went wrong.