Package com.gigaspaces.metrics
Class MetricReporter
java.lang.Object
com.gigaspaces.metrics.MetricReporter
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
ConsoleReporter,FileReporter,InfluxDBReporter,InfluxDBReporter
Deprecated.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMetricReporter(MetricReporterFactory factory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.protected voidflush()Deprecated.This method called from methodreport(List)getMetricNameForReport(String metricName, MetricTagsSnapshot tags) Deprecated.protected voidreport(MetricRegistrySnapshot snapshot) Deprecated.protected voidreport(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, MetricGroupSnapshot group) Deprecated.protected voidreport(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, String key, Object value) Deprecated.voidreport(List<MetricRegistrySnapshot> snapshots) Deprecated.protected StringtoReportMetricName(String metricName, MetricTagsSnapshot tags) Deprecated.
-
Constructor Details
-
MetricReporter
Deprecated.
-
-
Method Details
-
report
Deprecated. -
report
Deprecated. -
report
protected void report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, MetricGroupSnapshot group) Deprecated. -
report
protected void report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, String key, Object value) Deprecated. -
flush
protected void flush()Deprecated.This method called from methodreport(List) -
close
public void close()Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getMetricNameForReport
Deprecated. -
toReportMetricName
Deprecated.
-
metrics.xml. Use Micrometer'sMeterRegistryinstead.