If it still complains about the type parameter, ma...
# announcements
k
If it still complains about the type parameter, maybe you need:
Copy code
init {
  DropwizardExports(metricRegistry).register<DropwizardExports>(prometheusRegistry)
}