tanmayrauth opened a new pull request, #1421: URL: https://github.com/apache/iceberg-go/pull/1421
Second PR of the metrics reporting framework. Adds the spec-compliant report types and their JSON wire format: ScanReport, CommitReport, the ScanMetricsResult/CommitMetricsResult metric sets, CounterResult and TimerResult, plus the ReportMetricsRequest envelope with the flattened report-type discriminator. Metric names, units, and the request shape match Java verbatim and are locked by round-trip interop tests against fixtures in the Java wire format. ScanReport.filter defaults to the always-true expression for v1 (see #1236, design decision #7); unknown metric keys are tolerated. Related: #1236 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
