Skip to content

Commit

Permalink
Updated infra monitoring thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
judyer28 committed Sep 3, 2024
1 parent 50e64f1 commit 0481688
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions visualizations/grafana/infra-monitoring-amba-thresholds.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"WriteBytesPerSecond" : 10000000,
"FreeSpacePercentage" : 10,
"ReadLatencyMs" : 30,
"WriteLatencyMs" : 30
"WriteLatencyMs" : 30,
"Data Disk Write Bytes/sec" : 10000000,
"Data Disk Read Bytes/sec" : 10000000,
"Data Disk Write Operations/Sec" : 50,
"Data Disk Read Operations/Sec" : 100
},
"Microsoft.Compute/virtualMachineScaleSets" : {
"AvailableMB" : 10,
Expand Down Expand Up @@ -35,7 +39,7 @@
"QpsByEndpoint" : 0
},
"Microsoft.Network/applicationGateways" : {
"UnhealthyHostCount" : 20,
"UnhealthyHostCount" : 0,
"FailedRequests" : 10,
"HealthyHostCount" : 0
},
Expand Down

0 comments on commit 0481688

Please sign in to comment.