kbuci opened a new pull request, #10565: URL: https://github.com/apache/hudi/pull/10565
### Change Logs - Added new MetricsReporter implementation org.apache.hudi.metrics.m3.M3MetricsReporter which emits metrics to M3 - Added new dependencies in HUDI : `com.uber.m3:tally-m3`, `com.uber.m3:tally-core` ### Impact - Users using https://m3db.io can enable reporting metrics to M3 by setting `hoodie.metrics.reporter.type` as `M3` and their corresponding host address/port in `hoodie.metrics.m3.host` / `hoodie.metrics.m3.port` ### Risk level (write none, low medium or high below) low ### Documentation Update Documentation should be updated with the new config options for M3 metrics reporting: - `hoodie.metrics.m3.host` - `hoodie.metrics.m3.port` - `hoodie.metrics.m3.tags` - `hoodie.metrics.m3.service` - `hoodie.metrics.m3.env` ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
