diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc index ca37dd50df..d7510eb504 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc @@ -484,7 +484,7 @@ Finally, you can take full control by defining your own `NewRelicClientProvider` [[actuator.metrics.export.otlp]] ==== OpenTelemetry By default, metrics are exported to {micrometer-registry-docs}/otlp[OpenTelemetry] running on your local machine. -You can provide the location of the https://opentelemetry.io/[OpenTelemtry metric endpoint] to use by using: +You can provide the location of the https://opentelemetry.io/[OpenTelemetry metric endpoint] to use by using: [source,yaml,indent=0,subs="verbatim",configprops,configblocks] ----