Skip to content

Commit

Permalink
Merge pull request #4118 from OpenLiberty/mp-telemetry-link-update
Browse files Browse the repository at this point in the history
Update link to OpenTelemetry doc in release blog posts
  • Loading branch information
dmuelle authored Oct 28, 2024
2 parents 018b8f8 + 19e7123 commit 1fc01c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions posts/2024-08-27-24.0.0.9-beta.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For example, the `ConnectionPool` component requires the following configuration
----


By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/exporters/#otlp[OTLP]. You can set a different exporter by specifying the following system property or environment variable:
By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/configuration/#properties-exporters[OTLP]. You can set a different exporter by specifying the following system property or environment variable:

* System property: `otel.metrics.exporter`
* Environment variable: `OTEL_METRICS_EXPORTER`
Expand Down Expand Up @@ -113,7 +113,7 @@ You can set configuration properties in any of the link:{url-prefix}/docs/latest

To separately configure multiple applications in a server, you can configure OpenTelemetry with application configuration. However, you cannot collect runtime-level logs this way.

By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/exporters/#otlp[OTLP]. You can set a different exporter by specifying the following system property or environment variable:
By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/configuration/#properties-exporters[OTLP]. You can set a different exporter by specifying the following system property or environment variable:

* System property: `otel.logs.exporter`
* Environment variable: `OTEL_LOGS_EXPORTER`
Expand Down
4 changes: 2 additions & 2 deletions posts/2024-09-10-24.0.0.9.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ For example, the `ConnectionPool` component requires the following configuration
----


By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/exporters/#otlp[OTLP]. You can set a different exporter by specifying the following system property or environment variable:
By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/configuration/#properties-exporters[OTLP]. You can set a different exporter by specifying the following system property or environment variable:

* System property: `otel.metrics.exporter`
* Environment variable: `OTEL_METRICS_EXPORTER`
Expand Down Expand Up @@ -185,7 +185,7 @@ You can set configuration properties in any of the link:{url-prefix}/docs/latest

To separately configure multiple applications in a server, you can configure OpenTelemetry with application configuration. However, you cannot collect runtime-level logs this way.

By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/exporters/#otlp[OTLP]. You can set a different exporter by specifying the following system property or environment variable:
By default, all OpenTelemetry data is exported to link:https://opentelemetry.io/docs/languages/java/configuration/#properties-exporters[OTLP]. You can set a different exporter by specifying the following system property or environment variable:

* System property: `otel.logs.exporter`
* Environment variable: `OTEL_LOGS_EXPORTER`
Expand Down

0 comments on commit 1fc01c1

Please sign in to comment.