pub const GAS_METRICS_KEY_TIME_INTERVAL: u64 = 3600;
Expand description
The time interval for GasMetricsKey
s in the main tree, specified in seconds.
Metrics are stored in hourly intervals (3600 seconds), meaning all metrics accumulated
within a specific hour are stored using a key representing the start of that hour.