Class MetricCollector

java.lang.Object
org.wildfly.extension.metrics.MetricCollector

public class MetricCollector extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    MetricCollector(org.jboss.as.controller.LocalModelControllerClient modelControllerClient, org.jboss.as.controller.ProcessStateNotifier processStateNotifier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    collectResourceMetrics(org.jboss.as.controller.registry.Resource resource, org.jboss.as.controller.registry.ImmutableManagementResourceRegistration managementResourceRegistration, Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathAddress> resourceAddressResolver, boolean exposeAnySubsystem, List<String> exposedSubsystems, String prefix, MetricRegistration registration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MetricCollector

      public MetricCollector(org.jboss.as.controller.LocalModelControllerClient modelControllerClient, org.jboss.as.controller.ProcessStateNotifier processStateNotifier)
  • Method Details

    • collectResourceMetrics

      public void collectResourceMetrics(org.jboss.as.controller.registry.Resource resource, org.jboss.as.controller.registry.ImmutableManagementResourceRegistration managementResourceRegistration, Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathAddress> resourceAddressResolver, boolean exposeAnySubsystem, List<String> exposedSubsystems, String prefix, MetricRegistration registration)