xianjingfeng commented on code in PR #415:
URL: https://github.com/apache/incubator-uniffle/pull/415#discussion_r1047156658
##########
pom.xml:
##########
@@ -115,6 +115,9 @@
<module>server</module>
<module>client</module>
<module>integration-test/common</module>
+ <module>metrics</module>
+ <module>metrics/metrics-core</module>
+ <module>metrics/metrics-prometheus</module>
Review Comment:
There will be more reporter in the future. Metric Reporters are optional and
they may introduce many third party packages. Flink does the same thing.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]