-
Notifications
You must be signed in to change notification settings - Fork 115
Send perf metrics to MDM from windows daemonset #568
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
df13606
full switch to mdsd, upgrade to ruby v1 & omsagent removal
ganga1980 9edf933
add odsdirect as fallback option
ganga1980 bbecc2c
cleanup
ganga1980 836331a
cleanup
ganga1980 0178310
move customRegion to stage3
ganga1980 f29ec25
updates related to containerlog route
ganga1980 f3fbf3c
make xml eventschema consistent
ganga1980 673807f
add buffer settings
ganga1980 877ae9e
address HTTPServerException deprecation in ruby 2.6
ganga1980 90e9eeb
update to official mdsd version
ganga1980 5f4707f
merge with ganga's branch - gangams/aad-stage2-full-switch-to-mdsd
rashmichandrashekar 7ecdbab
fix log message issue
ganga1980 90240af
fixes
rashmichandrashekar 5cd47d7
fix pr feedback
ganga1980 a4dff09
get ridoff unused code from omscommon
ganga1980 2c8afa4
fix pr feedback
ganga1980 7b94989
fix pr feedback
ganga1980 1e148d1
merge ci_dev latest changes
ganga1980 b2fb9d8
clean up
ganga1980 a1c7658
clean up
ganga1980 df4898a
Merge branch 'ci_dev' into gangams/aad-stage2-full-switch-to-mdsd
ganga1980 d1de167
fix missing conf
ganga1980 8d5e61d
ai auth env
rashmichandrashekar 0c3cf8c
merging with Ganga's latesstnges
rashmichandrashekar 1e0795e
remove error
rashmichandrashekar 5c56058
merging with ci_dev
rashmichandrashekar 553465b
remove mdm metric emit
rashmichandrashekar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
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.
I think, we should add queue_limit_length 20 similar to all other plugins. This will help us to buffer upto 80MB in case of transient failures.
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.
I have reused the configuration we have in Linux. Is there any reason why this was not in Linux and should be included in Windows?