You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
I used the following workaround in Java to register my own PrometheusReporter instance (serving the scrape data on another HTTP server with TLS support):
If this does not work a reporter with the exact same name "Prometheus Reporter" might have already been registered. In this case the ModuleRegistry might skip registration with a warning ("Cannot register module [$name], a module with that name already exists.")
You can probably get away with by disabling the built-in module by setting kamon.modules.prometheus-reporter.enabled to false and then starting the reporter manually:
To manually scrape the reporter in v1, you can do something like this:
But in v2,
Kamon.addReporter
doesn't exist anymore. What's the correct way of doing this in v2?The text was updated successfully, but these errors were encountered: