Class: OpenTelemetry::Metrics::Instrument::ObservableGauge
- Inherits:
-
Object
- Object
- OpenTelemetry::Metrics::Instrument::ObservableGauge
- Defined in:
- lib/opentelemetry/metrics/instrument/observable_gauge.rb
Overview
No-op implementation of ObservableGauge.
Instance Method Summary collapse
-
#observe(timeout: nil, attributes: {}) ⇒ Object
Observe the ObservableGauge with fixed timeout duration.
Instance Method Details
#observe(timeout: nil, attributes: {}) ⇒ Object
Observe the ObservableGauge with fixed timeout duration.
19 |
# File 'lib/opentelemetry/metrics/instrument/observable_gauge.rb', line 19 def observe(timeout: nil, attributes: {}); end |