ConsoleReporter attached to the HugeGraph Metrics
registry.CsvReporter attached to the HugeGraph Metrics registry.GangliaReporter attached to the HugeGraph Metrics
registry.GraphiteReporter attached to the HugeGraph Metrics
registry.JmxReporter attached to the HugeGraph Metrics registry.Slf4jReporter attached to the HugeGraph Metrics registry
If loggerName is null, or if it is non-null but
LoggerFactory.getLogger(String) returns null, then Metrics's
default Slf4j logger name is used instead.double value to a sortable signed
long.float value to a sortable signed
int.MetricRegistry.add* methods on this class.ConsoleReporter previously created by a call to
MetricsManager.addConsoleReporter(Duration) and release it for GC.CsvReporter previously created by a call to
MetricsManager.addCsvReporter(Duration, String) and release it for GC.GangliaReporter previously created by a call to
MetricsManager.addGangliaReporter(java.lang.String, int, info.ganglia.gmetric4j.gmetric.GMetric.UDPAddressingMode, int, java.lang.Boolean, java.util.UUID, java.lang.String, java.time.Duration)
and release it for GC.GraphiteReporter previously created by a call to
MetricsManager.addGraphiteReporter(String, int, String, Duration) and release
it for GC.JmxReporter previously created by a call to
MetricsManager.addJmxReporter(String, String) and release it for GC.Slf4jReporter previously created by a call to
MetricsManager.addSlf4jReporter(Duration, String) and release it for GC.int back to a float.long back to a double.Copyright © 2018. All rights reserved.