From dd1d176593d77e994407052086653b7bf57b72b9 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:05:02 -0700 Subject: [PATCH 1/3] feature: add more observability --- content/nginx-one/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/nginx-one/changelog.md b/content/nginx-one/changelog.md index e66dd29f8..7fee4dabf 100644 --- a/content/nginx-one/changelog.md +++ b/content/nginx-one/changelog.md @@ -30,6 +30,15 @@ h2 { Stay up-to-date with what's new and improved in the F5 NGINX One Console. +## September 17, 2025 + +### Added observability features + +You can now visualize the following items from the NGINX One Console: + +- a +- b + ## July 15, 2025 ### Set up F5 NGINX App Protect WAF security policies From 4609867c9ff4adf7769fa9ec0faac8b1587accac Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:54:32 -0700 Subject: [PATCH 2/3] feat: add metrics to changelog --- content/nginx-one/changelog.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/nginx-one/changelog.md b/content/nginx-one/changelog.md index 7fee4dabf..133e92713 100644 --- a/content/nginx-one/changelog.md +++ b/content/nginx-one/changelog.md @@ -34,10 +34,15 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console. ### Added observability features -You can now visualize the following items from the NGINX One Console: +For each instance, you can now visualize the following items from the NGINX One Console: -- a -- b +- Network traffic +- Connections (active and idle) +- Requests +- Response codes +- Memory and CPU utilization + +To access this screen, select **Manage** > **Instances**, select an instance, selct an instance hostname, and then select the **Metrics** tab. ## July 15, 2025 From c39523d742bea2638d4c805b7e7bac23f10002b2 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:07:04 -0700 Subject: [PATCH 3/3] Update content/nginx-one/changelog.md --- content/nginx-one/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx-one/changelog.md b/content/nginx-one/changelog.md index 133e92713..dbac502ab 100644 --- a/content/nginx-one/changelog.md +++ b/content/nginx-one/changelog.md @@ -42,7 +42,7 @@ For each instance, you can now visualize the following items from the NGINX One - Response codes - Memory and CPU utilization -To access this screen, select **Manage** > **Instances**, select an instance, selct an instance hostname, and then select the **Metrics** tab. +To access this screen, select **Manage** > **Instances**, select an instance, select an instance hostname, and then select the **Metrics** tab. ## July 15, 2025