add: code sample that track custom availability test #1380
Merged
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.
Hi, I'm a begginer of application insights, and recently I wanna do some test about availability test. When I see README at first, I can't find method that simulate availability test result. But when I took some time to struggle, I found this issue ( #429 ) and there is method what I want.
So, I added code sample of
trackAvailability
method. I hope this help some people want to write test about availability test.Hi, I'm new to Application Insights and recently I wanted to simulate availability test. At first, when I checked the README, I couldn’t find a method to simulate availability test results. But after spending some time digging around, I came across this issue ( #429 ) where I found exactly what I was looking for.
So, I’ve added a code sample for the
trackAvailability
method. I hope this helps anyone looking to write tests for availability monitoring.