Skip to content

Commit

Permalink
Clarify tech preview status in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Oct 17, 2024
1 parent 7097ad7 commit 150a87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/opentelemetry-logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Using OpenTelemetry Logging
include::_attributes.adoc[]
:extension-status: preview
:categories: observability
:summary: This guide explains how your Quarkus application can utilize OpenTelemetry Logging to provide distributed logging for interactive web applications.
:topics: observability,opentelemetry,logging
Expand All @@ -15,7 +16,7 @@ distributed logging for interactive web applications.

[NOTE]
====
- OpenTelemetry Logging is disabled by default.
- OpenTelemetry Logging is considered _tech preview_ and is disabled by default.
- The xref:opentelemetry.adoc[OpenTelemetry Guide] is available with signal independent information about the OpenTelemetry extension.
====

Expand Down
3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/opentelemetry-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Using OpenTelemetry Metrics
include::_attributes.adoc[]
:extension-status: preview
:categories: observability
:summary: This guide explains how your Quarkus application can utilize OpenTelemetry to provide metrics for interactive web applications.
:topics: observability,opentelemetry,metrics
Expand All @@ -15,7 +16,7 @@ metrics for interactive web applications.

[NOTE]
====
- OpenTelemetry Metrics is disabled by default and Quarkus does not produce automatic metrics for it.
- OpenTelemetry Metrics is considered _tech preview_ and is disabled by default.
- The xref:opentelemetry.adoc[OpenTelemetry Guide] is available with signal independent information about the OpenTelemetry extension.
- If you search more information about OpenTelemetry Tracing, please refer to the xref:opentelemetry-tracing.adoc[OpenTelemetry Tracing Guide].
====
Expand Down

0 comments on commit 150a87e

Please sign in to comment.