Class: Fluent::LibratoMetricsOutput::AggregationKey

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



68
69
70
# File 'lib/fluent/plugin/out_librato_metrics.rb', line 68

def name
  @name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



68
69
70
# File 'lib/fluent/plugin/out_librato_metrics.rb', line 68

def source
  @source
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



68
69
70
# File 'lib/fluent/plugin/out_librato_metrics.rb', line 68

def time
  @time
end