From f0f6e23518e9bbff0ec9974450fd14b88975bd4a Mon Sep 17 00:00:00 2001 From: CTran Date: Fri, 20 Dec 2024 15:36:21 -0800 Subject: [PATCH] Update README.md for insurance agent --- demos/insurance_agent/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demos/insurance_agent/README.md b/demos/insurance_agent/README.md index 46067173..f4ebd369 100644 --- a/demos/insurance_agent/README.md +++ b/demos/insurance_agent/README.md @@ -48,11 +48,13 @@ The system can perform a variety of tasks, such as answering insurance-related q Arch gateway publishes stats endpoint at http://localhost:19901/stats. In this demo we are using prometheus to pull stats from arch and we are using grafana to visalize the stats in dashboard. To see grafana dashboard follow instructions below, 1. Start grafana and prometheus using following command + ```yaml docker compose --profile monitoring up ``` -1. Navigate to http://localhost:3000/ to open grafana UI (use admin/grafana as credentials) +1. Navigate to http://localhost:3000/ to op![Uploading Screenshot 2024-12-20 at 3.32.49 PM.png…]() +en grafana UI (use admin/grafana as credentials) 1. From grafana left nav click on dashboards and select "Intelligent Gateway Overview" to view arch gateway stats Here is sample interaction, -image +Screenshot 2024-12-20 at 3 32 49 PM