Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"model": {
"azureLogAnalytics": {
"dashboardTime": true,
"query": "customEvents\r\n| where name == \"WorkItemExecuted\" and $__timeFilter(timestamp)\r\n| extend Type=tostring(customDimensions[\"WorkItemType\"])\r\n| summarize Count=count() by bin(timestamp, $__interval), Type=replace_string(Type, \"WorkItem\", \"\")\r\n| order by timestamp asc",
"query": "customEvents\r\n| where name == \"WorkItemExecuted\" and $__timeFilter(timestamp)\r\n| extend Type=tostring(customDimensions[\"WorkItemType\"])\r\n| summarize Count=count() by bin(timestamp, 15m), Type=replace_string(Type, \"WorkItem\", \"\")\r\n| order by timestamp asc",
"resources": [
"[parameter(product-construction-service-appinsights-resourcepath)]"
],
Expand Down Expand Up @@ -45,7 +45,7 @@
"model": {
"azureLogAnalytics": {
"dashboardTime": true,
"query": "customEvents\r\n| where name == \"WorkItemExecuted\"\r\n| summarize TotalCount=count() by bin(timestamp, $__interval)\r\n| order by timestamp asc",
"query": "customEvents\r\n| where name == \"WorkItemExecuted\"\r\n| summarize TotalCount=count() by bin(timestamp, 15m)\r\n| order by timestamp asc",
"resources": [
"[parameter(product-construction-service-appinsights-resourcepath)]"
],
Expand Down