Function collect_metrics_forever

Source
pub async fn collect_metrics_forever(
    attribution_data_service: Arc<impl AttributionDataProvider + 'static>,
    kernel_stats_proxy: StatsProxy,
    metric_event_logger: MetricEventLoggerProxy,
    bucket_definitions: Arc<[BucketDefinition]>,
)
Expand description

Periodically upload metrics related to memory usage.