From 8c5a5c3c40afac9d754f20b7c92b4079d593dcff Mon Sep 17 00:00:00 2001 From: Diana <75819066+cloudjumpercat@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:16:57 -0500 Subject: [PATCH 1/3] Add error rate metric Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com> --- app/observability/explorer.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/observability/explorer.md b/app/observability/explorer.md index 7c5b3668de..f37007d57e 100644 --- a/app/observability/explorer.md +++ b/app/observability/explorer.md @@ -141,6 +141,10 @@ rows: category: "Size" description: | The size of the response payload returned to the client, in bytes. Users can select between the total sum or different percentiles (p99, p95, and p50). For example, a 99th percentile response size of 100 bytes means that the payload size for every 1 in 100 response back to the original caller was at least 100 bytes. + - metric: "Error Rate" + category: "Count" + description: | + The percentage of failed API requests. {% endtable %} {% endnavtab %} From 23af569c09d3507eea172081769b9ea33c84e4cf Mon Sep 17 00:00:00 2001 From: Diana <75819066+cloudjumpercat@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:37:03 -0500 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Christian Heidenreich --- app/observability/explorer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/observability/explorer.md b/app/observability/explorer.md index f37007d57e..82c9ada9d0 100644 --- a/app/observability/explorer.md +++ b/app/observability/explorer.md @@ -142,9 +142,9 @@ rows: description: | The size of the response payload returned to the client, in bytes. Users can select between the total sum or different percentiles (p99, p95, and p50). For example, a 99th percentile response size of 100 bytes means that the payload size for every 1 in 100 response back to the original caller was at least 100 bytes. - metric: "Error Rate" - category: "Count" + category: "Percentage" description: | - The percentage of failed API requests. + The percentage of failed API requests. Includes 4xx and 5xx. {% endtable %} {% endnavtab %} From 448353bae275f3da6dc6420b5e64eeaba4ac7195 Mon Sep 17 00:00:00 2001 From: Diana <75819066+cloudjumpercat@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:39:54 -0500 Subject: [PATCH 3/3] Update app/observability/explorer.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- app/observability/explorer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/observability/explorer.md b/app/observability/explorer.md index 82c9ada9d0..86efead732 100644 --- a/app/observability/explorer.md +++ b/app/observability/explorer.md @@ -144,7 +144,7 @@ rows: - metric: "Error Rate" category: "Percentage" description: | - The percentage of failed API requests. Includes 4xx and 5xx. + The percentage of failed API requests. This includes requests that return HTTP 4xx and 5xx status codes. {% endtable %} {% endnavtab %}