-
Bug
-
Resolution: Done
-
Critical
-
None
Docs for MP Metrics are not properly included
https://github.com/jmesnil/wildfly/commit/aebb112b108a8f1ba25ce65af7a9838faae0c882 includes MicroProfile_Metrics.adoc
The missing part is to add include::subsystem-configuration/MicroProfile_Metrics.adoc[] into docs/src/main/asciidoc/_admin-guide/Subsystem_configuration.adoc
Examples in MicroProfile_Metrics.adoc are not nicely formatted:
$ curl -v http://localhost:9990/metrics < HTTP/1.1 200 OK … # HELP base:classloader_total_loaded_class_count Displays the total number of classes that have been loaded since the Java virtual machine has started execution . # TYPE base:classloader_total_loaded_class_count counter base:classloader_total_loaded_class_count 10822.0 … ---
All on one line
- is related to
-
WFLY-11332 Docs for MP Health and MP OpenTracing are not properly included
- Closed