Class: OpenTelemetry::Metrics::Instrument::Histogram
- Inherits:
-
Object
- Object
- OpenTelemetry::Metrics::Instrument::Histogram
- Defined in:
- lib/opentelemetry/metrics/instrument/histogram.rb
Overview
No-op implementation of Histogram.
Instance Method Summary collapse
-
#record(amount, attributes: nil) ⇒ Object
Updates the statistics with the specified amount.
Instance Method Details
#record(amount, attributes: nil) ⇒ Object
Updates the statistics with the specified amount.
19 |
# File 'lib/opentelemetry/metrics/instrument/histogram.rb', line 19 def record(amount, attributes: nil); end |