Class: DTK::State::Component::Attribute::Influxdb::Measurement::Attributes
- Inherits:
-
DTK::State::Component::Attribute::Influxdb::Measurement
- Object
- DTK::State::Component::Attribute::Influxdb::Measurement
- DTK::State::Component::Attribute::Influxdb::Measurement::Attributes
- Defined in:
- lib/state/component/providers/influxdb/measurement/attribute_measurement.rb
Instance Method Summary collapse
Methods inherited from DTK::State::Component::Attribute::Influxdb::Measurement
#flux_filter, #get_last_point, #get_required_tags, #initialize
Constructor Details
This class inherits a constructor from DTK::State::Component::Attribute::Influxdb::Measurement
Instance Method Details
#write(value, params_hash = {}, timestamp) ⇒ Object
5 6 7 8 |
# File 'lib/state/component/providers/influxdb/measurement/attribute_measurement.rb', line 5 def write(value, params_hash = {}, ) checked_params_hash = check_params_hash(params_hash) write_point(value, checked_params_hash, ) end |