Hi Undertow Dev,
I am using Wildfly 15.0.1, the microprofile metrics are enabled:
<subsystem xmlns="urn:wildfly:microprofile-metrics-smallrye:1.0"
security-enabled="false" exposed-subsystems="*"/>
the undertow module statistics is enavbled:
<subsystem xmlns="urn:jboss:domain:undertow:8.0" ...
statistics-enabled="true">
however the /metrics page does not contains any http related statistics.
Do I have to set any other configuration to see the undertow related
statistics?
Regards, Zsolt