discourse / prometheus_exporter

A framework for collecting and aggregating prometheus metrics
MIT License
525 stars 153 forks source link

Add missing good_job require #294

Closed michaelshmitty closed 7 months ago

michaelshmitty commented 7 months ago

It looks like a require is missing for enabling good_job instrumentation, resulting in the following error when running bundle exec good_job start:

uninitialized constant PrometheusExporter::Instrumentation::GoodJob (NameError)

This PR should fix that.

SamSaffron commented 7 months ago

aha, we should add a test for this as well. thanks!