Rostislav Svoboda created WFLY-11388:
----------------------------------------
Summary: User is not informed about incorrect values in exposed-subsystems
for MP Metrics
Key: WFLY-11388
URL:
https://issues.jboss.org/browse/WFLY-11388
Project: WildFly
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
User is not informed about incorrect values in exposed-subsystems for MP Metrics
When I do stuff like
{code}
/subsystem=microprofile-metrics-smallrye/:write-attribute(name=exposed-subsystems,
value=["batch_jberet"])
{code}
instead of
{code}
/subsystem=microprofile-metrics-smallrye/:write-attribute(name=exposed-subsystems,
value=["batch-jberet"])
{code}
I get no warning about non-existing subsystem.
User should be informed about misconfiguration.
Question is when:
- when server boots
- when the cli / management command is invoked
- both cases
--
This message was sent by Atlassian Jira
(v7.12.1#712002)