Skip to content

Commit 92641fd

Browse files
committed
RuntimeMetric unused struct removed
1 parent 3730746 commit 92641fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/prometheus_exporter/instrumentation/delayed_job.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ module PrometheusExporter::Instrumentation
44
class DelayedJob
55
JOB_CLASS_REGEXP = %r{job_class: (\w+:{0,2})+}.freeze
66

7-
RuntimeMetric = Struct.new(:max_attempts, :enqueued_count, :pending_count, :ready_count)
8-
97
class << self
108
def register_plugin(client: nil)
119
instrumenter = self.new(client: client)

0 commit comments

Comments
 (0)