Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 408 Bytes

viewing.mdx

File metadata and controls

17 lines (13 loc) · 408 Bytes
title sidebarTitle
Viewing Traces
Viewing Traces

Now that we have some traces, let's view them! Access the Jaeger UI by running the following command:

kubectl port-forward -n tracing svc/jaeger 16686:16686

Then, open http://localhost:16686 in your browser and explore the traces.

Jaeger UI