Module opentelemetry::sdk::metrics::controllers[][src]

This is supported on crate feature metrics only.
Expand description

SDK Metrics Controllers

Structs

Pull controllers are typically used in an environment where there are multiple readers. It is common, therefore, when configuring a BasicProcessor for use with this controller, to use a ExportKind::Cumulative strategy and the with_memory(true) builder option, which ensures that every CheckpointSet includes full state.

Organizes a periodic push of metric data.

The future which executes push controller work periodically. Can be run on a passed in executor.

Functions

Returns a builder for creating a PullController with the configured and options.

Create a new PushControllerBuilder.