Class: StatsD::Instrument::Aggregator::Finalizer
- Inherits:
-
Struct
- Object
- Struct
- StatsD::Instrument::Aggregator::Finalizer
- Defined in:
- lib/statsd/instrument/aggregator.rb
Instance Attribute Summary collapse
-
#aggregation_state ⇒ Object
Returns the value of attribute aggregation_state.
-
#datagram_builder_class ⇒ Object
Returns the value of attribute datagram_builder_class.
-
#datagram_builders ⇒ Object
Returns the value of attribute datagram_builders.
-
#default_tags ⇒ Object
Returns the value of attribute default_tags.
-
#metric_prefix ⇒ Object
Returns the value of attribute metric_prefix.
-
#sink ⇒ Object
Returns the value of attribute sink.
Instance Attribute Details
#aggregation_state ⇒ Object
Returns the value of attribute aggregation_state
38 39 40 |
# File 'lib/statsd/instrument/aggregator.rb', line 38 def aggregation_state @aggregation_state end |
#datagram_builder_class ⇒ Object
Returns the value of attribute datagram_builder_class
38 39 40 |
# File 'lib/statsd/instrument/aggregator.rb', line 38 def datagram_builder_class @datagram_builder_class end |
#datagram_builders ⇒ Object
Returns the value of attribute datagram_builders
38 39 40 |
# File 'lib/statsd/instrument/aggregator.rb', line 38 def datagram_builders @datagram_builders end |
#default_tags ⇒ Object
Returns the value of attribute default_tags
38 39 40 |
# File 'lib/statsd/instrument/aggregator.rb', line 38 def end |
#metric_prefix ⇒ Object
Returns the value of attribute metric_prefix
38 39 40 |
# File 'lib/statsd/instrument/aggregator.rb', line 38 def metric_prefix @metric_prefix end |
#sink ⇒ Object
Returns the value of attribute sink
38 39 40 |
# File 'lib/statsd/instrument/aggregator.rb', line 38 def sink @sink end |