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
BasicProcessor
for use with this controller, to use aExportKind::Cumulative
strategy and thewith_memory(true)
builder option, which ensures that everyCheckpointSet
includes 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.