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



257
258
259
# File 'lib/fluent/plugin/out_metricsense.rb', line 257

def seg_key
  @seg_key
end

#seg_valObject

Returns the value of attribute seg_val

Returns:

  • (Object)

    the current value of seg_val



257
258
259
# File 'lib/fluent/plugin/out_metricsense.rb', line 257

def seg_val
  @seg_val
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



257
258
259
# File 'lib/fluent/plugin/out_metricsense.rb', line 257

def tag
  @tag
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



257
258
259
# File 'lib/fluent/plugin/out_metricsense.rb', line 257

def time
  @time
end