Skip to content

Commit

Permalink
Merge pull request #28320 from gsmet/deprecate-opentracing-metrics
Browse files Browse the repository at this point in the history
Deprecate SmallRye OpenTracing and SmallRye Metrics
  • Loading branch information
gsmet authored Sep 30, 2022
2 parents 4228a56 + 27b728d commit efa8cf5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/src/main/asciidoc/opentracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Using OpenTracing
:extension-status: deprecated

include::./attributes.adoc[]

This guide explains how your Quarkus application can utilize OpenTracing to provide distributed tracing for
interactive web applications.

[IMPORTANT]
====
xref:opentelemetry.adoc[OpenTelemetry] is the recommended approach to tracing and telemetry for Quarkus.
When Quarkus will upgrade to Eclipse MicroProfile 6, the SmallRye OpenTracing support will be discontinued.
====

include::{includes}/extension-status.adoc[]

== Prerequisites

:prerequisites-docker:
Expand Down
10 changes: 9 additions & 1 deletion docs/src/main/asciidoc/smallrye-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
////

= SmallRye Metrics
:extension-status: deprecated

include::./attributes.adoc[]

Expand All @@ -15,7 +16,14 @@ SmallRye Metrics allows applications to gather metrics and statistics that provi

Apart from application-specific metrics described in this guide, you may also use built-in metrics exposed by various Quarkus extensions. These are described in the guide for each particular extension that supports built-in metrics.

IMPORTANT: xref:micrometer.adoc[Micrometer] is the recommended approach to metrics for Quarkus. Use the SmallRye Metrics extension when it is required to retain MicroProfile specification compatibility.
[IMPORTANT]
====
xref:micrometer.adoc[Micrometer] is the recommended approach to metrics for Quarkus. Use the SmallRye Metrics extension when it is required to retain MicroProfile specification compatibility.
When Quarkus will upgrade to Eclipse MicroProfile 6, the SmallRye Metrics support will be discontinued.
====

include::{includes}/extension-status.adoc[]

== Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
guide: "https://quarkus.io/guides/microprofile-metrics"
categories:
- "observability"
status: "stable"
status: "deprecated"
config:
- "quarkus.smallrye-metrics."
- "mp.metrics."
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
guide: "https://quarkus.io/guides/opentracing"
categories:
- "observability"
status: "stable"
status: "deprecated"
config:
- "quarkus.jaeger."
- "mp.opentracing."

0 comments on commit efa8cf5

Please sign in to comment.