Skip to content

Commit

Permalink
Improve wording on the Metrics reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 13, 2024
1 parent 0d4508d commit b5f6ff7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ endif::[]

Collect metrics using https://micrometer.io/[Micrometer].

IMPORTANT: https://cxf.apache.org/docs/dropwizard-metrics.html[Dropwizard Metrics] are not supported.
They do not work in native mode and the are no tests for JVM mode.
IMPORTANT: Unlike https://cxf.apache.org/docs/metrics.html[CXF Metrics feature],
this {quarkus-cxf-project-name} extension does not support https://cxf.apache.org/docs/dropwizard-metrics.html[Dropwizard Metrics].
Only Micrometer is supported.


[id="quarkus-cxf-rt-features-metrics-maven-coordinates"]
Expand Down
5 changes: 3 additions & 2 deletions extensions/features-metrics/runtime/src/main/doc/intro.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Collect metrics using https://micrometer.io/[Micrometer].

IMPORTANT: https://cxf.apache.org/docs/dropwizard-metrics.html[Dropwizard Metrics] are not supported.
They do not work in native mode and there are no tests for JVM mode.
IMPORTANT: Unlike https://cxf.apache.org/docs/metrics.html[CXF Metrics feature],
this {quarkus-cxf-project-name} extension does not support https://cxf.apache.org/docs/dropwizard-metrics.html[Dropwizard Metrics].
Only Micrometer is supported.

0 comments on commit b5f6ff7

Please sign in to comment.