-
Bug
-
Resolution: Done
-
Blocker
-
EAP-XP-3.0.0.CR1
-
None
The XP3 CR1 standalone-microprofile-[ha].xml files use this config for MP Metrics:
<subsystem xmlns="urn:wildfly:microprofile-metrics-smallrye:2.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
Wrong default prefix 'wildfly'; in XP2 it is the correct 'jboss':
<subsystem xmlns="urn:wildfly:microprofile-metrics-smallrye:2.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:jboss}"/>
This was a porting error when creating the XP3 branch.
- relates to
-
WFLY-15048 Microprofile testsuite should dynamically determine the expected MP Metrics vendor metric prefix
- Closed