Package com.gigaspaces.metrics.reporters
Class FileReporterFactory
java.lang.Object
com.gigaspaces.metrics.MetricReporterFactory<FileReporter>
com.gigaspaces.metrics.reporters.FileReporterFactory
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()Deprecated.Create a new metric reporter.getPath()Deprecated.voidload(Properties properties) Deprecated.Methods inherited from class com.gigaspaces.metrics.MetricReporterFactory
getPathSeparator, setPathSeparator
-
Constructor Details
-
FileReporterFactory
public FileReporterFactory()Deprecated.
-
-
Method Details
-
create
Deprecated.Description copied from class:MetricReporterFactoryCreate a new metric reporter.- Specified by:
createin classMetricReporterFactory<FileReporter>- Returns:
- a new reporter of this type.
- Throws:
Exception
-
load
Deprecated.- Overrides:
loadin classMetricReporterFactory<FileReporter>
-
getPath
Deprecated.
-
metrics.xml. Use Micrometer'sLoggingMeterRegistrywith file output instead, configured viametrics.registries=fileandmetrics.file.path=...inmetrics.properties.