You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/observability.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ NOTE: There are several ways to support https://opentelemetry.io/[OpenTelemetry]
85
85
You can use the https://opentelemetry.io/docs/zero-code/java/agent/[OpenTelemetry Java Agent] or the https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/[OpenTelemetry Spring Boot Starter],
86
86
which are supported by the OTel community; the metrics and traces use the semantic conventions defined by OTel libraries.
87
87
This documentation describes OpenTelemetry as officially supported by the Spring team, using Micrometer and the OTLP exporter;
88
-
the metrics and traces use the semantic conventions described in the Spring projects documentation, such as {spring-framework-docs}/integration/observability.html[Spring Framework].
88
+
the metrics and traces use the semantic conventions described in the Spring projects documentation, such as {url-spring-framework-docs}/integration/observability.html[Spring Framework].
89
89
90
90
Spring Boot's actuator module includes basic support for OpenTelemetry.
0 commit comments