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
223 224 225 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 223 def seg_key @seg_key end |
#seg_val ⇒ Object
Returns the value of attribute seg_val
223 224 225 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 223 def seg_val @seg_val end |
#tag ⇒ Object
Returns the value of attribute tag
223 224 225 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 223 def tag @tag end |
#time ⇒ Object
Returns the value of attribute time
223 224 225 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 223 def time @time end |