Skip to content

Commit

Permalink
Merge pull request wildfly#17658 from jasondlee/WFLY-18955
Browse files Browse the repository at this point in the history
[WFLY-18955] micrometer Galleon layer should contain rules to be discovered
  • Loading branch information
bstansberry authored Apr 2, 2024
2 parents 03559d6 + bbe80ac commit 9246b8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<prop name="org.wildfly.rule.add-on-depends-on" value="only:cdi"/>
<prop name="org.wildfly.rule.add-on" value="observability,micrometer"/>
<prop name="org.wildfly.rule.add-on-description" value="Support for Micrometer."/>
<prop name="org.wildfly.rule.annotations" value="io.micrometer.core.annotation"/>
<prop name="org.wildfly.rule.class" value="io.micrometer.core.*"/>
</props>
<dependencies>
<layer name="cdi"/>
Expand Down

0 comments on commit 9246b8f

Please sign in to comment.