Class: TCellAgent::SensorEvents::MetricsEvent

Inherits:
TCellSensorEvent show all
Defined in:
lib/tcell_agent/sensor_events/metrics.rb

Instance Attribute Summary

Attributes inherited from TCellSensorEvent

#ensure, #flush, #send

Instance Method Summary collapse

Methods inherited from TCellSensorEvent

#bucket_key, #calculateOffset, #post_process

Constructor Details

#initializeMetricsEvent

Returns a new instance of MetricsEvent.



32
33
34
# File 'lib/tcell_agent/sensor_events/metrics.rb', line 32

def initialize()
  super("metrics")
end

Instance Method Details

#set_route_count_table(route_count_table) ⇒ Object



35
36
37
# File 'lib/tcell_agent/sensor_events/metrics.rb', line 35

def set_route_count_table(route_count_table)
  self["rct"] = route_count_table
end