]
Rostislav Svoboda updated WFWIP-140:
------------------------------------
Priority: Blocker (was: Critical)
Server shutdown or microprofile-metrics-smallrye subsystem removal
causes INFO log entry for each metric
--------------------------------------------------------------------------------------------------------
Key: WFWIP-140
URL:
https://issues.jboss.org/browse/WFWIP-140
Project: WildFly WIP
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Priority: Blocker
microprofile-metrics-smallrye subsystem removal causes INFO log entry for each metric
I think this should be decreased to DEBUG level.
{code}
12:09:38,411 INFO [io.smallrye.metrics.MetricsRegistryImpl] (MSC service thread 1-8)
Remove metric [name: classloader.currentLoadedClass.count]
12:09:38,412 INFO [io.smallrye.metrics.MetricsRegistryImpl] (MSC service thread 1-8)
Remove metric [name: classloader.totalLoadedClass.count]
12:09:38,412 INFO [io.smallrye.metrics.MetricsRegistryImpl] (MSC service thread 1-8)
Remove metric [name: classloader.totalUnloadedClass.count]
12:09:38,412 INFO [io.smallrye.metrics.MetricsRegistryImpl] (MSC service thread 1-8)
Remove metric [name: cpu.availableProcessors]
12:09:38,412 INFO [io.smallrye.metrics.MetricsRegistryImpl] (MSC service thread 1-8)
Remove metric [name: cpu.systemLoadAverage]
12:09:38,412 INFO [io.smallrye.metrics.MetricsRegistryImpl] (MSC service thread 1-8)
Remove metric [name: gc.G1 Old Generation.count]
...
{code}