Class DefaultMetricsReporter

java.lang.Object
org.apache.polaris.service.reporting.DefaultMetricsReporter
All Implemented Interfaces:
PolarisMetricsReporter

@ApplicationScoped @Identifier("default") public class DefaultMetricsReporter extends Object implements PolarisMetricsReporter
  • Constructor Details

    • DefaultMetricsReporter

      public DefaultMetricsReporter()
  • Method Details

    • reportMetric

      public void reportMetric(String catalogName, org.apache.iceberg.catalog.TableIdentifier table, org.apache.iceberg.metrics.MetricsReport metricsReport)
      Specified by:
      reportMetric in interface PolarisMetricsReporter