Creating CloudWatch alarms for RTB Fabric
You can create CloudWatch alarms to monitor RTB Fabric metrics and automatically notify you when metric values cross specified thresholds. This helps you proactively respond to issues with your RTB gateways and links.
Common alarms you might want to create include:
-
High failure rate – Monitor the
failure-request-countmetric to detect when error rates exceed acceptable thresholds. Calculate success rate using (total - failure) / total. -
High latency – Monitor the
total-latencyorforwarding-latencymetrics to detect performance degradation. Subtract the two to see broker processing time. -
Low request volume – Monitor the
total-request-countmetric to detect unexpected drops in traffic. -
HTTP error rates – Monitor the
request-status-countmetric filtered by HTTP status codes (4xx, 5xx) to detect client or server errors.
For information about creating CloudWatch alarms, see Creating Amazon CloudWatch alarms in the Amazon CloudWatch User Guide.