A city parking-permit portal team wants a Monitoring chart that shows peak API Gateway request volume during permit renewals. Besides the metric name in the oci_apigateway namespace, which two other pieces must the metric query include?
Select an answer to reveal the explanation.
Short Explanation
Think of a metric query like a recipe card: which signal, how you summarize it, and over what time window. Without the statistic and interval, raw points never become the one number a chart or alarm can judge.
Full Explanation
OCI Monitoring metric queries select a namespace and metric, then apply a statistic (max, sum, percentile, and similar) and an interval that turns raw points into one aggregate. Console charts and alarms both evaluate that shape; alarm query resolution is typically one minute. Destinations, APM keys, and Logging groups answer different observability questions and are not part of the metric query itself.