Class: Fluent::MetricSenseOutput::AggregationKey
- Inherits:
-
Struct
- Object
- Struct
- Fluent::MetricSenseOutput::AggregationKey
- Defined in:
- lib/fluent/plugin/out_metricsense.rb
Instance Attribute Summary collapse
-
#seg_key ⇒ Object
Returns the value of attribute seg_key.
-
#seg_val ⇒ Object
Returns the value of attribute seg_val.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#seg_key ⇒ Object
Returns the value of attribute seg_key
263 264 265 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 263 def seg_key @seg_key end |
#seg_val ⇒ Object
Returns the value of attribute seg_val
263 264 265 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 263 def seg_val @seg_val end |
#tag ⇒ Object
Returns the value of attribute tag
263 264 265 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 263 def tag @tag end |
#time ⇒ Object
Returns the value of attribute time
263 264 265 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 263 def time @time end |