Skip to content

Commit

Permalink
polish jaeger ui access (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTan95 authored Nov 29, 2024
1 parent 307bc60 commit e5b0784
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@ And request to the server:
curl localhost:9000/http-service
```

### 7. check trace data

if run on loacal machine:

access Jaeger UI: http://localhost:16686

if run on k8s, run the command to get access endpoint of Jaeger UI:

```shell
kubectl get svc opentelemetry-demo-jaeger-collector
```

Wait a little while, you can see the corresponding trace data!All the spans are aggregated in one trace.
![jaeger.png](jaeger.png)

Expand Down

0 comments on commit e5b0784

Please sign in to comment.