Package org.hyperledger.fabric.metrics
Class Metrics
- java.lang.Object
-
- org.hyperledger.fabric.metrics.Metrics
-
public class Metrics extends java.lang.ObjectMetrics setups up the provider in use from the configuration supplied If not enabled, nothing happens, but if enabled but no specific logger default is used that uses the org.hyperledger.Performance logger
-
-
Constructor Summary
Constructors Constructor Description Metrics()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MetricsProvidergetProvider()static MetricsProviderinitialize(java.util.Properties props)
-
-
-
Method Detail
-
initialize
public static MetricsProvider initialize(java.util.Properties props)
-
getProvider
public static MetricsProvider getProvider()
-
-