[
https://issues.jboss.org/browse/WFWIP-140?page=com.atlassian.jira.plugin....
]
Rostislav Svoboda updated WFWIP-140:
------------------------------------
Description:
Server shutdown causes INFO log entry for each metric.
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}
was:
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}
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
Server shutdown causes INFO log entry for each metric.
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}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)