Skip to content

Commit 1cc0062

Browse files
committed
Fix screenshot
1 parent 7901b18 commit 1cc0062

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appendix-a/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The key, is the second endpoint, which tells us that it can read the data from t
5656

5757
Next, visit the URL http://127.0.0.1:16686/search from your browser - this should show you the Jaeger Web UI:
5858

59-
![Jaeger screenshot](./jaeger_screenshot.png "Jaeger Web UI")
59+
![Jaeger screenshot](./jaeger_screenshot.PNG "Jaeger Web UI")
6060

6161
## Run the gRPC server
6262

@@ -189,7 +189,7 @@ $
189189
Now, go to the Jaeger Web UI: http://127.0.0.1:16686/search in your browser, select `PkgServer-Cli` from the Service drop down box
190190
on the top left and click on "Find Traces". You should see trace data from your applications.
191191

192-
![Jaeger screenshot](./jaeger_traces_screenshot.png "Jaeger Web UI with traces")
192+
![Jaeger screenshot](./jaeger_traces_screenshot.PNG "Jaeger Web UI with traces")
193193

194194
## Viewing the metrics
195195

appendix-b/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The key, is the second endpoint, which tells us that it can read the data from t
132132

133133
Next, visit the URL http://127.0.0.1:16686/search from your browser - this should show you the Jaeger Web UI:
134134

135-
![Jaeger screenshot](./jaeger_screenshot.png "Jaeger Web UI")
135+
![Jaeger screenshot](./jaeger_screenshot.PNG "Jaeger Web UI")
136136

137137
## Run the Package CLI
138138

@@ -186,7 +186,7 @@ $
186186
Now, go to the Jaeger Web UI: http://127.0.0.1:16686/search in your browser, select `PkgServer-Cli` from the Service drop down box
187187
on the top left and click on "Find Traces". You should see trace data from your applications.
188188

189-
![Jaeger screenshot](./jaeger_traces_screenshot.png "Jaeger Web UI with traces")
189+
![Jaeger screenshot](./jaeger_traces_screenshot.PNG "Jaeger Web UI with traces")
190190

191191
## Viewing the metrics
192192

0 commit comments

Comments
 (0)