Class MetricReporterFactory<T extends MetricReporter>

java.lang.Object
com.gigaspaces.metrics.MetricReporterFactory<T>
Direct Known Subclasses:
ConsoleReporterFactory, FileReporterFactory, InfluxDBReporterFactory

@Deprecated public abstract class MetricReporterFactory<T extends MetricReporter> extends Object
Deprecated.
Part of the legacy metrics reporter system driven by metrics.xml. Use GsMeterRegistryProvider instead for pluggable Micrometer registry backends.
  • Constructor Details

    • MetricReporterFactory

      public MetricReporterFactory()
      Deprecated.
  • Method Details

    • load

      public void load(Properties properties)
      Deprecated.
    • create

      public abstract T create() throws Exception
      Deprecated.
      Create a new metric reporter.
      Returns:
      a new reporter of this type.
      Throws:
      Exception
    • getPathSeparator

      public String getPathSeparator()
      Deprecated.
    • setPathSeparator

      public void setPathSeparator(String pathSeparator)
      Deprecated.