Skip to content

Commit

Permalink
Mark SmallRye Metrics as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 30, 2022
1 parent 9b0268d commit 27b728d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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."

0 comments on commit 27b728d

Please sign in to comment.