1Z0-1067 · Question #1
You are configuring on alarm In Oracle Cloud Infrastructure (OCI) for a compute instance named vision. The metric needs to be triggered when the ingress network rate is greater than 1MB. Which…
The correct answer is B. NetworksBytesIn[1m]{resourceDisplayName - "vision"}.rate() > 1024. NetworkBytesIn is aggregated across all the instance's attached VNICs The query components appear in the following order: metric[interval]{dimensionname="dimensionvalue"}.groupingfunction.statistic https://docs.cloud.oracle.com/en-us/iaas/Content/Monitoring/Reference/mql.htm
Question
You are configuring on alarm In Oracle Cloud Infrastructure (OCI) for a compute instance named vision. The metric needs to be triggered when the ingress network rate is greater than 1MB. Which statement will accomplish this?
Options
- ANetworksBytesIn[1MB]{resourceDisplayName - "vision"}.rate() > 1
- BNetworksBytesIn[1m]{resourceDisplayName - "vision"}.rate() > 1024
- C{resourceDisplayName = "vision"}(NetworksBytesIn[lm]).rate() > 1024
- D{resourceDisplayName = Hvision"}(NetworksBytesIn[1MB]).rate() > 1
How the community answered
(41 responses)- A2% (1)
- B78% (32)
- C5% (2)
- D15% (6)
Explanation
NetworkBytesIn is aggregated across all the instance's attached VNICs The query components appear in the following order: metric[interval]{dimensionname="dimensionvalue"}.groupingfunction.statistic https://docs.cloud.oracle.com/en-us/iaas/Content/Monitoring/Reference/mql.htm
Topics
Community Discussion
No community discussion yet for this question.