diff --git a/benchmarks/l1-finality.yml b/benchmarks/l1-finality.yml index 9f3dc0b1..3d9c07a7 100644 --- a/benchmarks/l1-finality.yml +++ b/benchmarks/l1-finality.yml @@ -191,18 +191,14 @@ providers: name: Gram tag: Masterchain commit, polled via tonapi.io formula: "Median wall-clock milliseconds for a Gram (formerly TON) masterchain block to commit under BAG consensus, polled via tonapi.io with a 3-seqno lookback, p50 over 24h." - # Prom selectors straddle ton|gram during the harness relabel window. - # The harness on Railway still emits chain="ton"; once it redeploys - # with chain="gram", the regex keeps matching both. Drop the ton - # branch after ~7 days of clean gram-labelled data. queries: - p50: quantile_over_time(0.50, l1_finality_wallclock_lag_milliseconds{chain=~"ton|gram"}[24h]) - p90: quantile_over_time(0.90, l1_finality_wallclock_lag_milliseconds{chain=~"ton|gram"}[24h]) - p99: quantile_over_time(0.99, l1_finality_wallclock_lag_milliseconds{chain=~"ton|gram"}[24h]) - mean: avg_over_time(l1_finality_wallclock_lag_milliseconds{chain=~"ton|gram"}[24h]) - success: avg_over_time(l1_finality_wallclock_health{chain=~"ton|gram"}[24h]) - sample_size: increase(l1_finality_wallclock_samples_total{chain=~"ton|gram"}[24h]) - series: l1_finality_wallclock_lag_milliseconds{chain=~"ton|gram"} + p50: quantile_over_time(0.50, l1_finality_wallclock_lag_milliseconds{chain="gram"}[24h]) + p90: quantile_over_time(0.90, l1_finality_wallclock_lag_milliseconds{chain="gram"}[24h]) + p99: quantile_over_time(0.99, l1_finality_wallclock_lag_milliseconds{chain="gram"}[24h]) + mean: avg_over_time(l1_finality_wallclock_lag_milliseconds{chain="gram"}[24h]) + success: avg_over_time(l1_finality_wallclock_health{chain="gram"}[24h]) + sample_size: increase(l1_finality_wallclock_samples_total{chain="gram"}[24h]) + series: l1_finality_wallclock_lag_milliseconds{chain="gram"} - slug: stellar name: Stellar diff --git a/benchmarks/network-fees.yml b/benchmarks/network-fees.yml index 368b822a..c288e454 100644 --- a/benchmarks/network-fees.yml +++ b/benchmarks/network-fees.yml @@ -270,16 +270,13 @@ providers: layer: l1 tag: Hardcoded 0.005 GRAM typical wallet v4 transfer formula: "Conservative typical observed cost of a Gram (formerly TON) wallet transfer × GRAM USD price. Gram has no fee estimate RPC; this is the observed median." - # Straddle the ton/gram chain label during the harness relabel - # window. The harness Railway service currently emits chain="ton"; - # the regex keeps matching once it redeploys with chain="gram". queries: - p50: quantile_over_time(0.50, tx_fee_native_transfer_usd{chain=~"ton|gram",tier="single"}[24h]) - p90: quantile_over_time(0.90, tx_fee_native_transfer_usd{chain=~"ton|gram",tier="single"}[24h]) - p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain=~"ton|gram",tier="single"}[24h]) - mean: avg_over_time(tx_fee_native_transfer_usd{chain=~"ton|gram",tier="single"}[24h]) - success: avg_over_time(tx_fee_health{chain=~"ton|gram"}[24h]) - series: tx_fee_native_transfer_usd{chain=~"ton|gram",tier="single"} + p50: quantile_over_time(0.50, tx_fee_native_transfer_usd{chain="gram",tier="single"}[24h]) + p90: quantile_over_time(0.90, tx_fee_native_transfer_usd{chain="gram",tier="single"}[24h]) + p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="gram",tier="single"}[24h]) + mean: avg_over_time(tx_fee_native_transfer_usd{chain="gram",tier="single"}[24h]) + success: avg_over_time(tx_fee_health{chain="gram"}[24h]) + series: tx_fee_native_transfer_usd{chain="gram",tier="single"} - slug: stellar name: Stellar