rkkalluri opened a new pull request #4940:
URL: https://github.com/apache/hudi/pull/4940


   
   ## What is the purpose of the pull request
   -*Decouple metrics dependencies from hudi-client-common so that metrics can 
be published from other modules like hudi-timeline-services*
   -*Change MetricsReporterFactory to use reflection and remove dependency on 
Reporter implementations, this shoudl pave way for new implementations with out 
affecting existing codebase*
   
   ## Brief change log
   
     - *Moved Metric related clases from hudi-client-common to 
hudi-metrics-common module*
     - *Modified packaging to shade in hudi-metrics-common*
     - *CloudWatchMetricsReporter relocated to hud-aws and instantiated via 
Reflection from hudi-metrics-common*
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests, relocated to 
hudi-metrics-common module*.
   
   (and)
   
     -*Mostly relocated files from one module to other with very little code 
change*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ X] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA.
   


-- 
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]


Reply via email to