Skip to content

Commit c054693

Browse files
abrilgzzdanielluo-msft
authored andcommitted
Update threshold notification charts
1 parent e4a0c01 commit c054693

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Infrastructure/data/dashboard.bicep

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5200,18 +5200,18 @@ resource name_resource 'Microsoft.Portal/dashboards@2015-08-01-preview' = {
52005200
type: 'Extension/Microsoft_OperationsManagementSuite_Workspace/PartType/LogsDashboardPart'
52015201
settings: {
52025202
content: {
5203-
Query: 'customEvents\n| where name == "NotificationSent"\n| order by timestamp desc\n| project timestamp,\n TargetOfficeGroupId = tostring(customDimensions["TargetOfficeGroupId"])\n| summarize by TargetOfficeGroupId, Bin = bin(timestamp, 1d)\n| summarize count() by Bin\n'
5203+
Query: 'customEvents\n| where name == "NotificationSent"\n| order by Bin desc \n| order by Bin desc'
52045204
ControlType: 'FrameControlChart'
52055205
SpecificChart: 'StackedColumn'
5206-
PartTitle: 'Notifications Sent'
5206+
PartTitle: 'Notifications Sent Per Day'
52075207
Dimensions: {
52085208
xAxis: {
5209-
name: 'Bin'
5209+
name: 'Date'
52105210
type: 'datetime'
52115211
}
52125212
yAxis: [
52135213
{
5214-
name: 'count_'
5214+
name: 'Notifications count'
52155215
type: 'long'
52165216
}
52175217
]
@@ -5316,18 +5316,18 @@ resource name_resource 'Microsoft.Portal/dashboards@2015-08-01-preview' = {
53165316
type: 'Extension/Microsoft_OperationsManagementSuite_Workspace/PartType/LogsDashboardPart'
53175317
settings: {
53185318
content: {
5319-
Query: 'customEvents\n| where name == "NotificationResponseReceived"\n| order by timestamp desc\n| project timestamp,\n TargetOfficeGroupId = tostring(customDimensions["TargetOfficeGroupId"])\n| summarize by TargetOfficeGroupId, Bin = bin(timestamp, 1d)\n| summarize count() by Bin\n'
5319+
Query: 'customEvents\n| where name == "NotificationResponseReceived"\n| summarize Count = count() by Bin = bin(timestamp, 1d) \n| order by Bin desc'
53205320
ControlType: 'FrameControlChart'
53215321
SpecificChart: 'StackedColumn'
5322-
PartTitle: 'Notifications Responses Received'
5322+
PartTitle: 'Notifications Responses Received Per Day'
53235323
Dimensions: {
53245324
xAxis: {
5325-
name: 'Bin'
5325+
name: 'Date'
53265326
type: 'datetime'
53275327
}
53285328
yAxis: [
53295329
{
5330-
name: 'count_'
5330+
name: 'Responses received count'
53315331
type: 'long'
53325332
}
53335333
]
@@ -5443,7 +5443,7 @@ resource name_resource 'Microsoft.Portal/dashboards@2015-08-01-preview' = {
54435443
}
54445444
yAxis: [
54455445
{
5446-
name: 'NotificationsCount'
5446+
name: 'Notifications Count'
54475447
type: 'long'
54485448
}
54495449
]

0 commit comments

Comments
 (0)