Skip to content

Commit 13f25b1

Browse files
committed
Update link to spring instrumentation
1 parent 03ce3bf commit 13f25b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-guides/observability/tracing/context-propagation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ This guide explains how to propagate trace context across process boundaries in
1010

1111
When a service makes an HTTP request to another service, it should include the trace context in the request headers. The receiving service can then use this context to create a new Span that's part of the same trace. OpenTelemetry provides a standard for how trace context should be propagated in HTTP requests, called the [W3C Trace Context](https://www.w3.org/TR/trace-context/) standard.
1212

13-
* [OpenTelemetry Setup in Spring Boot Application](https://www.baeldung.com/spring-boot-opentelemetry-setup)
13+
* [OpenTelemetry Setup in Spring Boot Application](https://opentelemetry.io/docs/languages/java/automatic/spring-boot)
1414
* [OpenTelemetry Setup in Ktor Application](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/ktor/ktor-2.0/library)

0 commit comments

Comments
 (0)