- Replace
PrometheusExporter
withExporter
. - Replace usage of
PrometheusExporter::run()
withprometheus_exporter::start()
orExporter::start()
. - Replace usage of
PrometheusExporter::run_and_notify()
withExporter::wait_request()
. - Replace usage of
PrometheusExporter::run_and_notify()
withExporter::wait_duration()
.