Skip to content

Update NGINX error rate to a percentage

Joshua Lambert requested to merge jl-update-error-rate-to-percent into master

What does this MR do?

Updates the NGINX error chart to utilize a percentage instead of raw HTTP errors / sec.

This way you can set an alert on a threshold (like 0.1% of requests generated an error) rather than some amount of requests which can change throughout the day. It is a much better metric, especially in conjunction with alerting.

Plus, you can already see the raw 5xx numbers in the throughput chart.

What are the relevant issue numbers?

Edited by Joshua Lambert

Merge request reports