pg-yang commented on PR #88: URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312612311
   The doc ```mermaid %% please read this doc in our official website, otherwise the graph is not correctly rendered. graph LR; loadgen[load generator] --> ui("UI (React)") --> Traffic1("HTTP Request for backend serv") --> apisix("APISIX as UI container") --> app("app server (NodeJS)") --> gateway("gateway (Spring)"); ui("UI (React)") --> Traffic2("HTTP Request for UI codes") --> apisix("APISIX with UI container") gateway --> songs("songs (Spring)") & rcmd("recommendations (Python)"); songs --> activeMQ activeMQ --> songs rcmd --> songs; songs --> db("database (H2)"); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
