Available on crate feature
metrics only.Expand description
SDK Metrics Controllers
Structs§
- Pull
Controller - Pull controllers are typically used in an environment where there are
multiple readers. It is common, therefore, when configuring a
BasicProcessorfor use with this controller, to use aExportKind::Cumulativestrategy and thewith_memory(true)builder option, which ensures that everyCheckpointSetincludes full state. - Push
Controller - Organizes a periodic push of metric data.
- Push
Controller Worker - The future which executes push controller work periodically. Can be run on a passed in executor.