pnowojski commented on code in PR #27692: URL: https://github.com/apache/flink/pull/27692#discussion_r2966869049
########## docs/content.zh/docs/deployment/metric_reporters.md: ########## @@ -290,6 +290,36 @@ metrics.reporter.dghttp.interval: 60 SECONDS metrics.reporter.dghttp.useLogicalIdentifier: true Review Comment: Can you copy paste PR description to the commit message? > Add support for batched metric export in the OpenTelemetry metric reporter. When exporting a large number of metrics, sending them all in a single request can cause timeouts or memory pressure on both the Flink reporter and the OTel collector. This change introduces a configurable batch.size option that partitions metrics into smaller batches before exporting, with async completion tracking and per-batch failure handling. -- 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]
