-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storage): introduce gRPC client-side metrics (#10639)
* feat: initial prototype testing client-side metrics * added tests and refactored to help test * use 1.21 and refactor test * fix go.sum go.work.sum * add option to disable client metrics * wip * add endpoint and project detection * revert unnecessary changes * update documentation * remove unnecessary code and update docs * address vet workflow feedback * update missed name changes * revert version downgrades * add exporterLogSuppressor; remove sdkmetric alias; log when metric failed to init * fix typo after rename * remove internalMetricsConfig, remove use of internal, and clean up docs/comments * remove smoke test * const metricPrefix * doc edit * add additional comments and remove metric descriptions; fix failing test * create ConnPool to access endpoint before GAPIC is initialized * double up on ConnPool :( * go work sync * clean up DialPool creation for metrics * add todo to remove workaround * revert line removals * make sure we emit RPC name and remove initializing second connpool * remove endpoint magic * edit docs
- Loading branch information
Showing
10 changed files
with
566 additions
and
24 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.