[
WFLY-11529] Expose WildFly metrics in Prometheus HTTP endpoint
* add WildFly metrics (from subsystems and deployments) to the /metrics
HTTP endpoint (only in the Prometheus text format)
* Use io.prometheus simpleclient 0.6.0 to collect the metrics and write
them in TextFormat on the /metrics HTTP endpoint
* Name and labels of metrics are built based on the resource path
address and the attribute name (plus an optional prefix that is set
to `wildfly` in the standalone profiles).
* Update Admin guide
JIRA:
https://issues.jboss.org/browse/WFLY-11529