-
CONFIG_MEMFAULT_METRICS_DEFAULT_SET_ENABLE
¶
Enable collection of a default set of metrics by the Zephyr port
Type: bool
Help¶
By default the Memfault SDK will automatically capture heartbeat metrics
to help track how the Zephyr RTOS is operating. For more details about the
metrics collected, see ports/zephyr/config/memfault_metrics_heartbeat_zephyr_port_config.def
When disabled, no default metrics will be collected.
Default¶
y
Kconfig definition¶
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:235
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support → Enable the memfault Metrics subsystem
config MEMFAULT_METRICS_DEFAULT_SET_ENABLE
bool "Enable collection of a default set of metrics by the Zephyr port"
default y
depends on MEMFAULT_METRICS && MEMFAULT
help
By default the Memfault SDK will automatically capture heartbeat metrics
to help track how the Zephyr RTOS is operating. For more details about the
metrics collected, see ports/zephyr/config/memfault_metrics_heartbeat_zephyr_port_config.def
When disabled, no default metrics will be collected.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)