Learn R Programming

otel (version 0.2.0)

meter_provider_noop: No-op Meter Provider

Description

This is the meter provider (otel_meter_provider) otel uses when metrics collection is disabled.

Arguments

Value

Not applicable.

Details

All methods are no-ops or return objects that are also no-ops.

See Also

Other low level metrics API: get_default_meter_provider(), get_meter(), otel_counter, otel_gauge, otel_histogram, otel_meter, otel_meter_provider, otel_up_down_counter

Examples

Run this code
meter_provider_noop$new()

Run the code above in your browser using DataLab