sbernauer commented on pull request #1931:
URL: https://github.com/apache/hudi/pull/1931#issuecomment-671301067
If i uncompress my `simpleclient_dropwizard-0.8.0.jar` and look inside the
class all seems correct:
```
$ javap DropwizardExports.class
Compiled from "DropwizardExports.java"
public class io.prometheus.client.dropwizard.DropwizardExports extends
io.prometheus.client.Collector implements
io.prometheus.client.Collector$Describable {
public
io.prometheus.client.dropwizard.DropwizardExports(com.codahale.metrics.MetricRegistry);
public
io.prometheus.client.dropwizard.DropwizardExports(com.codahale.metrics.MetricRegistry,
io.prometheus.client.dropwizard.samplebuilder.SampleBuilder);
[...]
}
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]