apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.89k stars 4.27k forks source link

[Feature Request]: Refactor Histogram Implementation out of DF runner so it can be used by portable and other runners #33093

Open Naireen opened 1 week ago

Naireen commented 1 week ago

What would you like to happen?

core-java/src/main/java/org/apache/beam/runners/core/metrics/MonitoringInfoEncodings.java in https://github.com/apache/beam/pull/33013 added use of com.google.api.services.dataflow.model.DataflowHistogramValue, refactor and move to within the beam sdk.

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components