Skip to content

Commit c6b958c

Browse files
committed
Merge branch '3.4.x'
Closes gh-43730
2 parents f802911 + e1e8487 commit c6b958c

File tree

1 file changed

+5
-3
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+5
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/metrics.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,10 @@ Finally, you can take full control by defining your own javadoc:io.micrometer.ne
507507

508508

509509
[[actuator.metrics.export.otlp]]
510-
=== OpenTelemetry
510+
=== OTLP
511511

512-
By default, metrics are exported to {url-micrometer-docs-implementations}/otlp[OpenTelemetry] running on your local machine.
513-
You can provide the location of the https://opentelemetry.io/[OpenTelemetry metric endpoint] to use by using:
512+
By default, metrics are exported over the {url-micrometer-docs-implementations}/otlp[OpenTelemetry protocol (OTLP)] to a consumer running on your local machine.
513+
To export to another location, provide the location of the https://opentelemetry.io/[OTLP metrics endpoint] using configprop:management.otlp.metrics.export.url[]:
514514

515515
[configprops,yaml]
516516
----
@@ -521,6 +521,8 @@ management:
521521
url: "https://otlp.example.com:4318/v1/metrics"
522522
----
523523

524+
Custom headers, for example for authentication, can also be provided using configprop:management.otlp.metrics.export.headers.*[] properties.
525+
524526

525527

526528
[[actuator.metrics.export.prometheus]]

0 commit comments

Comments
 (0)