From aecf4e57437ec1ee7ec9c02dbb3b5d0d5c4e522d Mon Sep 17 00:00:00 2001 From: aayushwhiz Date: Fri, 6 Dec 2024 08:41:01 -0800 Subject: [PATCH] update readme with new demo stopping setup --- demos/weather_forecast/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/demos/weather_forecast/README.md b/demos/weather_forecast/README.md index 3ae3a4de..b9e9809e 100644 --- a/demos/weather_forecast/README.md +++ b/demos/weather_forecast/README.md @@ -54,3 +54,29 @@ If using Jaeger, navigate to http://localhost:16686/ to open Jaeger UI If using Signoz, navigate to http://localhost:3301/ to open Signoz UI If using Logfire, navigate to your logfire dashboard that you got the write key from to view the dashboard + +### Stopping Demo + +1. To shut down the Jaeger demo, run the following command: + +```sh +sh run_demo.sh down jaeger +``` + +or run: + +```sh +sh run_demo.sh down +``` + +2. To shut down the Logfire demo, run the following command: + +```sh +sh run_demo.sh down logfire +``` + +3. To shut down the Signoz demo, run the following command: + +```sh +sh run_demo.sh down signoz +```