-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MI-3650] Added the metric for MS Graph client method time #371
Merged
Conversation
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
…s-sync into MI-3624
Modified the client struct to include metricsService and did required changes in all the files Added a go generate comment for Metrics interface Created a middleware for MS Graph to measure the time taken by the MS Graph API Changed the way of creating the app based and token based clients for MS Graph
…s-sync into MI-3624
…eams-sync into MI-3642
…eams-sync into MI-3643
…eams-sync into MI-3644
Created a new package called clientmodels and moved all the structs to that Made necessary changes across the project related to the new package Created a new timer layer over the client package using a timer_layer.go.tmpl Added go generate commands to generate the timer layer over the client package Modified the OnActivate hook and GetClient methods to use the timerlayer wrapper over the original client Added new histogram metric for measuring the time taken by a client method Fixed some of the failing unit tests
…s-sync into MI-3624
…eams-sync into MI-3642
…eams-sync into MI-3643
…eams-sync into MI-3644
…eams-sync into MI-3646
ayusht2810
reviewed
Oct 24, 2023
manojmalik20
added
Difficulty/3:Hard
Hard ticket
Test Cases
Includes unit test cases changes
labels
Oct 24, 2023
ayusht2810
approved these changes
Oct 24, 2023
lieut-data
approved these changes
Oct 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @manojmalik20!
jespino
approved these changes
Oct 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…s-sync into MI-3650
…s-sync into MI-3650
ayusht2810
approved these changes
Oct 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Ticket Link
None