Class: Sidekiq::Prometheus::Exporter::Standard::QueueStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq/prometheus/exporter/standard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latencyObject

Returns the value of attribute latency

Returns:

  • (Object)

    the current value of latency



12
13
14
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 12

def latency
  @latency
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 12

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



12
13
14
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 12

def size
  @size
end