mirror of https://github.com/dapr/java-sdk.git
Fix tracing imgs (#338)
* Fix broken images in tracing sample. * Update README.md
This commit is contained in:
parent
baab109202
commit
a9ee8e00ea
|
|
@ -183,18 +183,18 @@ dapr run --components-path ./components -- java -jar target/dapr-java-sdk-exampl
|
|||
```
|
||||
Once running, the output should display the messages sent from invoker in the demo service output as follows:
|
||||
|
||||

|
||||

|
||||
|
||||
Method have been remotely invoked and displaying the remote messages.
|
||||
|
||||
Now, open Zipkin on [http://localhost:9411/zipkin](http://localhost:9411/zipkin). You should see a screen like the one below:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the search icon to see the latest query results. You should see a tracing diagram similar to the one below:
|
||||
|
||||

|
||||

|
||||
|
||||
Once you click on the tracing event, you will see the details of the call stack starting in the client and then showing the service API calls right below.
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue