-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Hub Generated] Review request for Microsoft.Insights to add version stable/2018-09-01 #12496
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
kairu-ms
merged 14 commits into
Azure:master
from
yashmuel:dev-monitor-Microsoft.Insights-2018-09-01-yashmuel-swagger-correctness3
Jan 28, 2021
Merged
Changes from 3 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9169bce
fixing swagger correctness stuff
yashmuel 5a79913
changed example file
yashmuel 6c274cd
unfixed typo
yashmuel b80e8a6
PR fixes
yashmuel fd7dd58
PR fixes
yashmuel 7d91353
some PR fixes
yashmuel ea5e243
try to change to metdata
yashmuel e845bd0
trying to fix metadatajson
yashmuel 3bc6cce
added metdata to custom-words
yashmuel 2d66b7c
refer to baseline def from calc baselines
yashmuel 2292965
changed timestamps
yashmuel cabfe64
changed location of metdata custom word
yashmuel a3bca3d
changed reference
yashmuel aee7a14
changed back timestamps
yashmuel 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,44 +11,97 @@ | |
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/b368ca2f-e298-46b7-b0ab-012281956afa/resourceGroups/vms/providers/Microsoft.Compute/virtualMachines/vm1/providers/Microsoft.Insights/baseline/PercentageCpu", | ||
| "type": "Microsoft.Insights/baseline", | ||
| "type": "microsoft.insights/baseline ", | ||
| "id": "", | ||
yashmuel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "name": { | ||
| "value": "PercentageCpu" | ||
| "value": "", | ||
yashmuel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "localizedValue": null | ||
| }, | ||
| "properties": { | ||
| "timespan": "2017-04-14T02:20:00Z/2017-04-14T04:20:00Z", | ||
| "aggregation": "Average", | ||
| "interval": "PT1H", | ||
| "timestamps": [ | ||
| "2017-04-14T02:20:00Z", | ||
| "2017-04-14T03:20:00Z" | ||
| ], | ||
| "baseline": [ | ||
| { | ||
| "sensitivity": "Low", | ||
| "lowThresholds": [ | ||
| 30.0, | ||
| 31.1 | ||
| ], | ||
| "highThresholds": [ | ||
| 90.3453, | ||
| 91.3453 | ||
| ] | ||
| }, | ||
| { | ||
| "sensitivity": "Medium", | ||
| "lowThresholds": [ | ||
| 50.0, | ||
| 51.1 | ||
| ], | ||
| "highThresholds": [ | ||
| 70.3453, | ||
| 71.3453 | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| "interval": "", | ||
| "aggregation": "", | ||
| "timespan": "", | ||
| "internalOperationId": "" | ||
|
||
| }, | ||
| "timestamps": [ | ||
| "2021-01-08T00:00:00Z", | ||
| "2021-01-08T00:05:00Z", | ||
| "2021-01-08T00:10:00Z", | ||
| "2021-01-08T00:15:00Z", | ||
| "2021-01-08T00:20:00Z", | ||
| "2021-01-08T00:25:00Z", | ||
| "2021-01-08T00:30:00Z", | ||
| "2021-01-08T00:35:00Z", | ||
| "2021-01-08T00:40:00Z", | ||
| "2021-01-08T00:45:00Z", | ||
| "2021-01-08T00:50:00Z", | ||
| "2021-01-08T00:55:00Z", | ||
| "2021-01-08T01:00:00Z" | ||
| ], | ||
| "baseline": [ | ||
| { | ||
| "sensitivity": "Low", | ||
| "lowThresholds": [ | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6, | ||
| 6 | ||
| ], | ||
| "highThresholds": [ | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14, | ||
| 14 | ||
| ], | ||
| "timestamps": [ | ||
| "2021-01-08T00:00:00Z", | ||
| "2021-01-08T00:05:00Z", | ||
| "2021-01-08T00:10:00Z", | ||
| "2021-01-08T00:15:00Z", | ||
| "2021-01-08T00:20:00Z", | ||
| "2021-01-08T00:25:00Z", | ||
| "2021-01-08T00:30:00Z", | ||
| "2021-01-08T00:35:00Z", | ||
| "2021-01-08T00:40:00Z", | ||
| "2021-01-08T00:45:00Z", | ||
| "2021-01-08T00:50:00Z", | ||
| "2021-01-08T00:55:00Z", | ||
| "2021-01-08T01:00:00Z" | ||
| ], | ||
| "PredictionResultType": 1, | ||
| "ErrorType": 0 | ||
| } | ||
| ], | ||
| "metdata": [ | ||
| { | ||
| "name": "", | ||
| "value": "a" | ||
| }, | ||
| { | ||
| "name": "", | ||
| "value": "" | ||
| } | ||
| ], | ||
| "predictionResultType": 1, | ||
| "errorType": 0 | ||
| } | ||
| } | ||
| } | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.