Microservices - Monitoring and Observability
Given this Prometheus query:
rate(http_requests_total[5m]), what does it calculate?rate(http_requests_total[5m]), what does it calculate?rate() functionrate() function calculates the per-second average increase of a counter over a time window.http_requests_total[5m]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions