Skip to content

Commit 96f1a38

Browse files
add ticks
1 parent 75be8b2 commit 96f1a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ View traces at [http://localhost:16686](http://localhost:16686) in the Jaeger UI
189189

190190
## Verify Traces in Jaeger
191191

192-
After visiting your app's root endpoint, open Jaeger’s UI, search for the service (default is usually unknown_service unless explicitly named), and check the traces.
192+
After visiting your app's root endpoint, open Jaeger’s UI, search for the service (default is usually `unknown_service` unless explicitly named), and check the traces.
193193

194194
You should see spans for the HTTP request, middleware, and auto-instrumented libraries.
195195

0 commit comments

Comments
 (0)