Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.67 KB

_instructions.md

File metadata and controls

38 lines (22 loc) · 1.67 KB

rm -rf **/node_modules rm -rf **/gen rm -rf **/mta_archives

mbt build && cf deploy mta_archives/bookshop-recap-ws_1.0.0.mtar

cf l --origin avpxtt84j-platform -a https://api.cf.eu12.hana.ondemand.com mbt build cf deploy mta_archives/bookshop-recap-ws_1.0.0.mtar

Overview

alt text

OpenTelemetry

Go to the Cloud Logging dashboard. You will find the link as well as user and password information in the credentials of the cloud logging instance. (In SAP BTP Cockpit, go to your deployed app "XXX-bookshop-bupa-srv-otel", click on Service Bindings, select the Cloud Logging instance, and press Show sensitive data.)

go to bookshop-srv-otel open in new tab click on dashboard ui System Env bottom left service bindings service "cloud-logging", unfold credentials, click on value for dashboards-username, copy, paste, same for dashboards-password

in cloud logging, confirm "global"

Open the launchpad (In SAP BTP Cockpit, go to your deployed app "XXX-bookshop-app-otel", and open the application route in a new tab.), go to app Manage Orders, and press Create. Enter an order number, select a shipping address (The value help for the shipping address is populated by fetching data from the CAP Node.js app "bupa".), and press Create.

Go to Cloud Logging and navigate to the list of traces. (Open the main menu. In section OpenSearch Plugins, click on Observability. There, click on Trace analytics → Traces.) In order to narrow down which is the distributed trace, add a filter for serviceName: bupa (see screenshot below).

alt text

Click on trace XXX. Have a look at the distributed traces for your app. Does anything look strange?