pub static PROCESS_MEMORY_METRIC_INTERVAL: Key<Duration>Expand description
Interval at which each ProcAgent republishes introspection
on a periodic timer and emits the
process.memory.rss_bytes / process.memory.vm_bytes
Scuba/OTLP gauges. Linux only — has no effect on other
platforms. Duration::ZERO disables the periodic timer
(gauges then never fire); non-periodic republishes (boot,
post-spawn, supervision-event coalesce) still publish
introspect attrs but do not emit gauges.