From ea70ff7efebb7576bd45e07f1b21732b4fec5f67 Mon Sep 17 00:00:00 2001 From: Damiano Albani Date: Mon, 27 Feb 2023 20:47:40 +0100 Subject: [PATCH] Fix typo See gh-34398 --- .../spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ca37dd50dff..d7510eb504a 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] ----