Browse Source

Merge pull request #34398 from dalbani

* pr/34398:
  Fix typo

Closes gh-34398
pull/34503/head
Moritz Halbritter 3 years ago
parent
commit
8b97797389
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc

2
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` @@ -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]
----

Loading…
Cancel
Save