-
Notifications
You must be signed in to change notification settings - Fork 372
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
Health store integration #1196
Merged
Merged
Health store integration #1196
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
6f0b291
refactor monitor daemon
hglkrijger 97aa665
initial commit for hostga health monitor
hglkrijger 1920e3f
send telemetry when hostplugin heartbeat fails
hglkrijger 33240bb
adjust monitor delta
hglkrijger 0a73ce6
fix call
hglkrijger 3f90f20
use correct endpoint
hglkrijger 051e9f5
update version
hglkrijger 427a04f
cleanup
hglkrijger 3399ef9
add content type header
hglkrijger 89e67f6
cleanup logging
hglkrijger c466c11
update observation name
hglkrijger f386a74
minor refactor
hglkrijger 88c34ae
add signal for /versions
hglkrijger 9a25a69
debugging
hglkrijger 165f5c8
fix
hglkrijger 90b1727
remove debugging
hglkrijger 55ac6fe
verbose logs
hglkrijger 28994c0
cleanup, add report for artifacts
hglkrijger 21d76b1
minor cleanup
hglkrijger 6eaa000
minor refactor and cleanup
hglkrijger 1388bb5
switch to using fetch over download_ext_handler_pkg directly
hglkrijger 2f2abfc
whitespace cleanup
hglkrijger d5b7874
switch default
hglkrijger 1806eb4
exception formatting
hglkrijger 21493bc
debugging
hglkrijger 17157be
remove debugging
hglkrijger edb824a
remove 400 from resource gone codes
hglkrijger a0b53ec
rollup hostplugin fetch reporting
hglkrijger f3ee5cb
update exthandler prefix
hglkrijger 38f53b2
report fetch from GuestAgent
hglkrijger 60d6345
refactor, report status health
hglkrijger 86e2ead
remove debugging
hglkrijger 29aaaa6
update for tests
hglkrijger 532c6b7
limit the observation field sizes
hglkrijger a1c5bed
change manifest message to verbose
hglkrijger 653f2b4
remove enable events from the log
hglkrijger b32b9d0
test layout cleanup
hglkrijger f5f26ae
update existing host plugin tests to cover health service calls
hglkrijger 0821103
do not log agent enable event
hglkrijger 0370af7
fix failure conditions, status codes, add tests
hglkrijger 7dd815d
merge master
hglkrijger 0cee3f1
merge fix
hglkrijger aa19959
fix event import
hglkrijger a401c00
unit test updates
hglkrijger 8e1e30a
unit test fix
hglkrijger 3d952b4
cleanup the monitor thread; heartbeat tests
hglkrijger f9e16d0
update naming for PR feedback
hglkrijger 493f347
fix import test
hglkrijger e76f578
mock events for monitor tests
hglkrijger 98dcf0e
adjust handler model
hglkrijger a608772
monitor thread clean shutdown for unit tests
hglkrijger 3dbaff7
switch to thread join
hglkrijger 9d8640e
correct init sequence
hglkrijger 58586a0
event thread None check
hglkrijger 8a16a86
add healthservice tests
hglkrijger 91a6c37
update health service tests
hglkrijger ccccd19
test observationsare cleared after failures
hglkrijger a5673be
test for status codes
hglkrijger 3ee3f27
additional tests for reporting
hglkrijger 14f022f
better json compare
hglkrijger 1a465fa
PR feedback
hglkrijger 47f18c5
additional bounds safety; new test
hglkrijger 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 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
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 like this change!