Class: Streamdal::Metrics::CounterEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/metrics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#audObject

Returns the value of attribute aud

Returns:

  • (Object)

    the current value of aud



56
57
58
# File 'lib/metrics.rb', line 56

def aud
  @aud
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



56
57
58
# File 'lib/metrics.rb', line 56

def labels
  @labels
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



56
57
58
# File 'lib/metrics.rb', line 56

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



56
57
58
# File 'lib/metrics.rb', line 56

def value
  @value
end