Start an OpenObserve server. Follow below steps for MacOS. For other platforms, follow the quick start guide here
curl -L https://raw.githubusercontent.com/openobserve/openobserve/main/download.sh | sh
ZO_ROOT_USER_EMAIL="[email protected]" ZO_ROOT_USER_PASSWORD="Complexpass#123" ./openobserveOnce the server is running, you can access the OpenObserve server at http://localhost:5080/
Clone the repository:
git clone https://github.com/openobserve/sample-tracing-browserInstall the dependencies:
cd sample-tracing-browser
npm installGet the credentials from the OpenObserve Data sources page for traces and update the document-load.js file with the server URL and the credentials.
Authorization: "Basic cm9vdEBleGFtcGxlLmNvbTpJWDBjZmZQdWliME15eXZH",Run the front end app:
npx parcel index.htmlOpen the browser and navigate to http://localhost:1234/ to see the app running.
Open the OpenObsere Traces UI at http://localhost:5080/web/traces to see the traces list.
Click on the trace to see the details.

