diff --git a/modules/reference/pages/feature/mpTelemetry-2.0/examples.adoc b/modules/reference/pages/feature/mpTelemetry-2.0/examples.adoc index 7098549d3..5c51cb92e 100644 --- a/modules/reference/pages/feature/mpTelemetry-2.0/examples.adoc +++ b/modules/reference/pages/feature/mpTelemetry-2.0/examples.adoc @@ -10,7 +10,7 @@ The following example demonstrates how to enable OpenTelemetry at the runtime le otel.sdk.disabled=false ---- -When you enable the MicroProfile Telemetry feature and set this property, your system is ready to collect and export logs, metrics, and traces. +When you enable the MicroProfile Telemetry feature and set this property, your system is ready to collect and export logs, metrics, and traces. By default, all OpenTelemetry data is exported by using the OpenTelemetry Protocol (OTLP) at the `\http://localhost:4317` endpoint. You can configure alternative exporter settings by specifying system properties or environment variables. For more information, see xref:ROOT:microprofile-telemetry.adoc#config[OpenTelemetry settings and configuration]. [#logs] === Collect logs from a specified source