Skip to main content

Module telemetry

Module telemetry 

Source
Expand description

Deterministic Compute Metering (Permissive Commons) Tracks implicit hardware cycles entirely without heap allocation or high-latency OS-level hardware sensors.

Statics§

ATOMIC_FLOPS_COUNT
ATOMIC_INTEGRATION_STEPS
SIEVE_OPS_COUNT
Increments when the GPU/NPU evaluates a bitmask across 850 Quins
SUPERBLOCK_IO_COUNT
Increments when Core 3 fetches/writes a 40KB SuperBlock
VM_CYCLES_COUNT
Core operational telemetry aggregate dump structed inside the Webizen VM

Functions§

export_prometheus_metrics
Zero-allocation Prometheus Exporter Writes telemetry metrics directly to a byte buffer without string formatting overhead.
get_telemetry_snapshot
Retrieves the current metric snapshot.
log_federated_telemetry
Logs federated system telemetry (latency, VLM compute load) as a System_Log Quin. Converts the semantic metric into a 48-byte struct instead of heap strings.
reset_telemetry
Resets all global deterministic metrics for a new query lifecycle.