In OCI Monitoring’s Monitoring Query Language (MQL), Resolution affects data aggregation:
Resolution controls the total length of each time window (A): It specifies the time interval (e.g., 1m for 1 minute) over which metric data is aggregated (e.g., averaged, summed), determining query granularity.
Why not B, C, or D?
B: Start time is set by the query’s time range, not Resolution.
C: Resolution doesn’t affect alarm states; that’s a separate mechanism.
D: Suppression is an alarm feature, unrelated to Resolution.
Resolution fine-tunes metric analysis precision.
[Reference:MQL Reference, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit