Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 23 additions & 4 deletions Workbooks/CosmosDb Mongo vCore/Overview/Overview.workbook
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,19 @@
"timeContext": {
"durationMs": 86400000
}
},
{
"id": "9a8cf75e-0cce-49cb-b0fa-b8d15715adcb",
"version": "KqlParameterItem/1.0",
"name": "sku",
"type": 1,
"query": "{\"version\":\"ARMEndpoint/1.0\",\"data\":null,\"headers\":[],\"method\":\"GET\",\"path\":\"{Resources}\",\"urlParams\":[{\"key\":\"api-version\",\"value\":\"2024-10-01-preview\"}],\"batchDisabled\":false,\"transformers\":[{\"type\":\"jsonpath\",\"settings\":{\"tablePath\":\"properties.compute\",\"columns\":[]}}]}",
"isHiddenWhenLocked": true,
"queryType": 12
}
],
"style": "above",
"queryType": 0,
"queryType": 12,
"resourceType": "microsoft.operationalinsights/workspaces"
},
"name": "Container",
Expand Down Expand Up @@ -258,7 +267,7 @@
"columnName": "Average Mongo Request Duration"
}
],
"title": "Query Latency (only available for clusters M40 and up)",
"title": "Query Latency",
"gridSettings": {
"rowLimit": 10000
}
Expand Down Expand Up @@ -294,7 +303,7 @@
"columnName": "Maximum Mongo Request Duration"
}
],
"title": "Slowest Queries by Server (only available forclusters M40 and up)",
"title": "Slowest Queries by Server",
"gridSettings": {
"rowLimit": 10000
}
Expand All @@ -321,9 +330,14 @@
{
"type": 1,
"content": {
"json": "**Note:** This feature is only available for clusters tier M40 and up.",
"json": "**Note:** This feature is not available for Free Tier clusters.",
"style": "info"
},
"conditionalVisibility": {
"parameterName": "sku",
"comparison": "isEqualTo",
"value": "Free"
},
"name": "text - 0"
},
{
Expand All @@ -342,6 +356,11 @@
}
]
},
"conditionalVisibility": {
"parameterName": "sku",
"comparison": "isEqualTo",
"value": "Free"
},
"name": "links - 4"
},
{
Expand Down
Loading