Fix a missing require when enabling the local prometheus exporter with Sidekiq (#33840)
				
					
				
			This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
 | 
			
		||||
if ENV['MASTODON_PROMETHEUS_EXPORTER_ENABLED'] == 'true'
 | 
			
		||||
  if ENV['MASTODON_PROMETHEUS_EXPORTER_LOCAL'] == 'true'
 | 
			
		||||
    require 'prometheus_exporter'
 | 
			
		||||
    require 'prometheus_exporter/server'
 | 
			
		||||
    require 'prometheus_exporter/client'
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user