Class: Fluent::MetricSenseOutput::AggregationKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/out_metricsense.rb

Instance Attribute Summary collapse

Instance Attribute Details

#seg_keyObject

Returns the value of attribute seg_key

Returns:

  • (Object)

    the current value of seg_key



263
264
265
# File 'lib/fluent/plugin/out_metricsense.rb', line 263

def seg_key
  @seg_key
end

#seg_valObject

Returns the value of attribute seg_val

Returns:

  • (Object)

    the current value of seg_val



263
264
265
# File 'lib/fluent/plugin/out_metricsense.rb', line 263

def seg_val
  @seg_val
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



263
264
265
# File 'lib/fluent/plugin/out_metricsense.rb', line 263

def tag
  @tag
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



263
264
265
# File 'lib/fluent/plugin/out_metricsense.rb', line 263

def time
  @time
end