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

This is supported on crate feature metrics only.

SDK Metrics Controllers

Structs

PullController

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.

PushController

Organizes a periodic push of metric data.

PushControllerWorker

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

Functions

pull

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

push

Create a new PushControllerBuilder.