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