Method: OpenCensus::Stats::Exemplar#value
- Defined in:
- lib/opencensus/stats/exemplar.rb
#value ⇒ Integer, Float (readonly)
Value of the exemplar point. It determines which bucket the exemplar belongs to
15 16 17 |
# File 'lib/opencensus/stats/exemplar.rb', line 15 def value @value end |