suddendust commented on code in PR #14155:
URL: https://github.com/apache/pinot/pull/14155#discussion_r1805951961
##########
pinot-common/pom.xml:
##########
@@ -107,6 +107,11 @@
</plugins>
</build>
<dependencies>
+ <dependency>
+ <groupId>io.prometheus.jmx</groupId>
+ <artifactId>jmx_prometheus_javaagent</artifactId>
+ <version>0.19.0</version>
Review Comment:
We need to, as we're no running it as an agent in the test. It's being used
as a normal maven dependency.
--
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]