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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreportMetric(String catalogName, org.apache.iceberg.catalog.TableIdentifier table, org.apache.iceberg.metrics.MetricsReport metricsReport)
-
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:
reportMetricin interfacePolarisMetricsReporter
-