Skip to main content

STATIC_TAG

Constant STATIC_TAG 

Source
pub const STATIC_TAG: &'static str;
Expand description

Re-export of linsight_core::STATIC_TAG — the canonical sensor tag marking a value as constant for the process lifetime. Defined in linsight-core so the daemon, plugins, SDK, and GUI all share one source of truth. Sensor tag marking a value as effectively constant for the process lifetime (e.g. total VRAM / RAM capacity). The daemon’s scheduler samples a STATIC_TAG sensor once per subscription instead of polling it, and the GUI both omits its trend chart and renders it as a rounded whole-GB capacity rather than a fractional binary size. Plugins opt in by pushing this string into a sensor’s tags.