|
| Status | Report (const MetricsReport &) override |
| | Report a metrics report.
|
| |
| virtual Status | Initialize (const std::unordered_map< std::string, std::string > &properties) |
| | Initialize the reporter with catalog properties after construction.
|
| |
◆ Report()
| Status iceberg::FailingMetricsReporter::Report |
( |
const MetricsReport & |
report | ) |
|
|
inlineoverridevirtual |
Report a metrics report.
Implementations should handle the report according to their purpose (e.g., logging, sending to a metrics service, etc.).
- Parameters
-
| report | The metrics report to process. |
Implements iceberg::MetricsReporter.
The documentation for this class was generated from the following file:
- iceberg/test/metrics_reporter_test.cc