Rostislav Svoboda created WFWIP-150:
---------------------------------------
Summary: Docs for MP Metrics are not properly included, formatting issues for
examples in MicroProfile_Metrics.adoc
Key: WFWIP-150
URL:
https://issues.jboss.org/browse/WFWIP-150
Project: WildFly WIP
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Docs for MP Metrics are not properly included
https://github.com/jmesnil/wildfly/commit/aebb112b108a8f1ba25ce65af7a9838...
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:
{code}
$ 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 … ---
{code}
All on one line :(
--
This message was sent by Atlassian Jira
(v7.12.1#712002)