Class: StatsD::Instrument::Aggregator::Finalizer

Inherits:
Struct
  • Object
show all
Defined in:
lib/statsd/instrument/aggregator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_stateObject

Returns the value of attribute aggregation_state

Returns:

  • (Object)

    the current value of aggregation_state



38
39
40
# File 'lib/statsd/instrument/aggregator.rb', line 38

def aggregation_state
  @aggregation_state
end

#datagram_builder_classObject

Returns the value of attribute datagram_builder_class

Returns:

  • (Object)

    the current value of datagram_builder_class



38
39
40
# File 'lib/statsd/instrument/aggregator.rb', line 38

def datagram_builder_class
  @datagram_builder_class
end

#datagram_buildersObject

Returns the value of attribute datagram_builders

Returns:

  • (Object)

    the current value of datagram_builders



38
39
40
# File 'lib/statsd/instrument/aggregator.rb', line 38

def datagram_builders
  @datagram_builders
end

#default_tagsObject

Returns the value of attribute default_tags

Returns:

  • (Object)

    the current value of default_tags



38
39
40
# File 'lib/statsd/instrument/aggregator.rb', line 38

def default_tags
  @default_tags
end

#metric_prefixObject

Returns the value of attribute metric_prefix

Returns:

  • (Object)

    the current value of metric_prefix



38
39
40
# File 'lib/statsd/instrument/aggregator.rb', line 38

def metric_prefix
  @metric_prefix
end

#sinkObject

Returns the value of attribute sink

Returns:

  • (Object)

    the current value of sink



38
39
40
# File 'lib/statsd/instrument/aggregator.rb', line 38

def sink
  @sink
end