You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by co...@apache.org on 2023/02/20 14:30:39 UTC

[hudi] branch master updated (dfac12385bd -> 0c84482aa91)

This is an automated email from the ASF dual-hosted git repository.

codope pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from dfac12385bd [HUDI-5802] Allow configuration for deletes in DefaultHoodieRecordPayload (#7961)
     add 0c84482aa91 [HUDI-5774] Fix prometheus configs for metadata table and support metric labels (#7933)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/config/HoodieWriteConfig.java  |  4 ++
 .../metrics/HoodieMetricsPrometheusConfig.java     | 11 +++++
 .../metadata/HoodieBackedTableMetadataWriter.java  | 12 +++++-
 .../prometheus/PushGatewayMetricsReporter.java     | 31 ++++++++++++++
 .../metrics/prometheus/PushGatewayReporter.java    |  5 ++-
 .../prometheus/TestPushGateWayReporter.java        | 49 ++++++++++++++++++++++
 6 files changed, 110 insertions(+), 2 deletions(-)