Class: Fluent::Plugin::ThrottleFilter::Group

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/filter_throttle.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aprox_rateObject

Returns the value of attribute aprox_rate

Returns:

  • (Object)

    the current value of aprox_rate



38
39
40
# File 'lib/fluent/plugin/filter_throttle.rb', line 38

def aprox_rate
  @aprox_rate
end

#bucket_countObject

Returns the value of attribute bucket_count

Returns:

  • (Object)

    the current value of bucket_count



38
39
40
# File 'lib/fluent/plugin/filter_throttle.rb', line 38

def bucket_count
  @bucket_count
end

#bucket_last_resetObject

Returns the value of attribute bucket_last_reset

Returns:

  • (Object)

    the current value of bucket_last_reset



38
39
40
# File 'lib/fluent/plugin/filter_throttle.rb', line 38

def bucket_last_reset
  @bucket_last_reset
end

#last_warningObject

Returns the value of attribute last_warning

Returns:

  • (Object)

    the current value of last_warning



38
39
40
# File 'lib/fluent/plugin/filter_throttle.rb', line 38

def last_warning
  @last_warning
end

#rate_countObject

Returns the value of attribute rate_count

Returns:

  • (Object)

    the current value of rate_count



38
39
40
# File 'lib/fluent/plugin/filter_throttle.rb', line 38

def rate_count
  @rate_count
end

#rate_last_resetObject

Returns the value of attribute rate_last_reset

Returns:

  • (Object)

    the current value of rate_last_reset



38
39
40
# File 'lib/fluent/plugin/filter_throttle.rb', line 38

def rate_last_reset
  @rate_last_reset
end