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.

Direct dependencies

MEMFAULT_METRICS && MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:246

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/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.)