memfaultd 1.26.1

Memfault daemon for embedded Linux systems. Observability, logging, crash reporting, and updating all in one service. Learn more at https://docs.memfault.com/
Documentation
1
2
3
4
5
6
7
8
//
// Copyright (c) Memfault, Inc.
// See License.txt for details
// MAR cleaner metrics
pub const INTERNAL_METRIC_MAR_ENTRY_COUNT: &str = "MemfaultSdkMetric_mar_entry_count";
pub const INTERNAL_METRIC_MAR_CLEANER_DURATION: &str =
    "MemfaultSdkMetric_mar_clean_duration_seconds";
pub const INTERNAL_METRIC_MAR_ENTRIES_DELETED: &str = "MemfaultSdkMetric_mar_entries_deleted";