@@ -586,72 +586,40 @@ This is an example of the `customer32` application:
586586
587587 ! [Admin Server Dashboard](images/admin_server.png " " )
588588
589- 1 . Check Jaeger dashboard
589+ 2 . Check the SigNoz Dashboard
590590
591- 1. Port forward
591+ 1. Get the * admin * email and password for SigNoz
592592
593593 ` ` ` shell
594- kubectl -n observability port-forward svc/jaegertracing-query 16686
595- ` ` `
596-
597- 1. Open [Jaeger Dashboard](http://localhost:16686) in a browser and verify that all services are registered
598-
599- ! [Jaeger Dashboard](images/jaeger.png " " )
600-
601- 1. Choose ` customer` Service and click * Find Traces*
602-
603- ! [Customer](images/j-traces.png " " )
604-
605- 1. Check the Grafana Dashboard
606-
607- 1, Get the * admin* password for Grafana
608-
609- ` ` ` shell
610- kubectl get secret -n grafana grafana-dashboard-authn -o jsonpath=' {.data.password}' | base64 -d
594+ kubectl -n observability get secret signoz-authn -o jsonpath=' {.data.email}' | base64 -d
595+ kubectl -n observability get secret signoz-authn -o jsonpath=' {.data.password}' | base64 -d
611596 ` ` `
612597
613598 1. Port forward
614599
615600 ` ` ` shell
616- kubectl -n grafana port-forward svc/grafana 7070:80
601+ kubectl -n observability port-forward svc/obaas-signoz-frontend 3301:3301
617602 ` ` `
618603
619- 1 . Open [Grafana Login](http://localhost:7070/grafana/ ) in a browser and login with the username * admin* and the password you have retrieved.
604+ 2 . Open [SigNoz Login](http://localhost:3301/login ) in a browser and login with the * admin* email and the password you have retrieved.
620605
621- ! [Grafana Login](images/grafana_login .png " " )
606+ ! [SigNoz Login](images/signoz_login .png " " )
622607
623- 1 . Explore the pre-installed dashboards.
608+ 3 . Explore the pre-installed dashboards.
624609
625- ! [Grafana](images/grafana-dashboard.png " " )
626-
627- 1. Check Prometheus dashboard
628-
629- 1. Port forward
610+ ! [SigNoz](images/signoz-dashboard.png " " )
630611
631- ` ` ` shell
632- kubectl port-forward -n prometheus svc/prometheus 9090
633- ` ` `
634-
635- 1. Open [Prometheus Dashboard](http://localhost:9090)
636-
637- ! [Prometheus Dashboard](images/prometheus.png " " )
638-
639- 1. Select ` application_ready_time_seconds` in the search bar and click * Execute* . You should get a table back with some data about the cloudbank application deployed.
640-
641- ! [Prometheus DAta](images/prom_data.png " " )
642-
643- 1. Check Hashicorp Vault dashboard (Development mode)
644-
645- 1. Port forward
646-
647- ` ` ` shell
648- kubectl port-forward -n vault svc/vault 8200
649- ` ` `
612+ 4. Explore the traces view. Choose ` customer` Service to view traces related to Customer microservice.
650613
651- 1. Open [Hashicorp Vault Login](https://localhost:8200) and login using the Token method with the ` root`
614+ ! [Trace Explorer](images/traces.png " " )
615+
616+ Click any of the traces to expand its details.
652617
653- ! [Vault Login](images/vault_login.png " " )
618+ ! [Customer](images/traces-expand.png " " )
619+ 5. Explore the logs view. Choose ` customer` Service to view logs related to Customer microservice.
654620
655- 1. You should now see the Hashicorp Vault dashboard
621+ ! [Logs Explorer](images/logs.png " " )
622+
623+ Click any of the log lines to expand its details.
656624
657- ! [Vault Dashboard ](images/vault_dashboard .png " " )
625+ ! [Customer ](images/logs-expand .png " " )
0 commit comments