From 285e14b2b15d794a35daa24f06ac7ed47f300b13 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Wed, 22 Jul 2026 23:38:54 +0200 Subject: [PATCH] add sample_size query to 5 specs (fixes '0 samples' display on share cards) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing sample_size query made ledger + share-card footer show '0 SAMPLES' regardless of actual probe count. Fixed 5 specs, 47 provider blocks in total: - network-fees (15 chains) - xstocks-peg (12 assets) - tokenized-stock-peg (11 assets) - token-deployment-cost (7 chains) - usdy-nav-basis (2 providers) Pattern used: count_over_time({}[7d]) — counts underlying probe samples over the 7-day window that feeds the p50/p90/p99 aggregation. --- benchmarks/network-fees.yml | 15 +++++++++++++++ benchmarks/token-deployment-cost.yml | 7 +++++++ benchmarks/tokenized-stock-peg.yml | 11 +++++++++++ benchmarks/usdy-nav-basis.yml | 2 ++ benchmarks/xstocks-peg.yml | 12 ++++++++++++ 5 files changed, 47 insertions(+) diff --git a/benchmarks/network-fees.yml b/benchmarks/network-fees.yml index 730f3900..cedc60ba 100644 --- a/benchmarks/network-fees.yml +++ b/benchmarks/network-fees.yml @@ -163,6 +163,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="ethereum",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="ethereum",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="ethereum"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="ethereum",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="ethereum",tier="std"} - slug: bnb @@ -176,6 +177,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="bnb",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="bnb",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="bnb"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="bnb",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="bnb",tier="std"} - slug: solana @@ -189,6 +191,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="solana",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="solana",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="solana"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="solana",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="solana",tier="std"} - slug: tron @@ -202,6 +205,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="tron",tier="single"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="tron",tier="single"}[24h]) success: avg_over_time(tx_fee_health{chain="tron"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="tron",tier="single"}[7d]) series: tx_fee_native_transfer_usd{chain="tron",tier="single"} - slug: cardano @@ -215,6 +219,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="cardano",tier="single"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="cardano",tier="single"}[24h]) success: avg_over_time(tx_fee_health{chain="cardano"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="cardano",tier="single"}[7d]) series: tx_fee_native_transfer_usd{chain="cardano",tier="single"} - slug: sui @@ -228,6 +233,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="sui",tier="std"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="sui",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="sui"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="sui",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="sui",tier="std"} - slug: litecoin @@ -241,6 +247,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="litecoin",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="litecoin",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="litecoin"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="litecoin",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="litecoin",tier="std"} - slug: monero @@ -254,6 +261,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="monero",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="monero",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="monero"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="monero",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="monero",tier="std"} - slug: arbitrum @@ -267,6 +275,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="arbitrum",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="arbitrum",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="arbitrum"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="arbitrum",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="arbitrum",tier="std"} - slug: robinhood name: Robinhood Chain @@ -279,6 +288,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="robinhood",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="robinhood",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="robinhood"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="robinhood",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="robinhood",tier="std"} - slug: base name: Base @@ -291,6 +301,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="base",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="base",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="base"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="base",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="base",tier="std"} - slug: zksync name: zkSync Era @@ -303,6 +314,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="zksync",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="zksync",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="zksync"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="zksync",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="zksync",tier="std"} - slug: linea name: Linea @@ -315,6 +327,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="linea",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="linea",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="linea"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="linea",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="linea",tier="std"} - slug: mantle name: Mantle @@ -327,6 +340,7 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="mantle",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="mantle",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="mantle"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="mantle",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="mantle",tier="std"} - slug: taiko name: Taiko @@ -339,4 +353,5 @@ providers: p99: quantile_over_time(0.99, tx_fee_native_transfer_usd{chain="taiko",tier="fast"}[24h]) mean: avg_over_time(tx_fee_native_transfer_usd{chain="taiko",tier="std"}[24h]) success: avg_over_time(tx_fee_health{chain="taiko"}[24h]) + sample_size: count_over_time(tx_fee_native_transfer_usd{chain="taiko",tier="std"}[7d]) series: tx_fee_native_transfer_usd{chain="taiko",tier="std"} diff --git a/benchmarks/token-deployment-cost.yml b/benchmarks/token-deployment-cost.yml index 6c00a430..35c5cc40 100644 --- a/benchmarks/token-deployment-cost.yml +++ b/benchmarks/token-deployment-cost.yml @@ -95,6 +95,7 @@ providers: p99: quantile_over_time(0.99, token_deployment_cost_usd{chain="solana"}[24h]) mean: avg_over_time(token_deployment_cost_usd{chain="solana"}[24h]) series: token_deployment_cost_usd{chain="solana"} + sample_size: count_over_time(token_deployment_cost_usd{chain="solana"}[7d]) - slug: sui name: Sui @@ -107,6 +108,7 @@ providers: p99: quantile_over_time(0.99, token_deployment_cost_usd{chain="sui"}[24h]) mean: avg_over_time(token_deployment_cost_usd{chain="sui"}[24h]) series: token_deployment_cost_usd{chain="sui"} + sample_size: count_over_time(token_deployment_cost_usd{chain="sui"}[7d]) - slug: aptos name: Aptos @@ -119,6 +121,7 @@ providers: p99: quantile_over_time(0.99, token_deployment_cost_usd{chain="aptos"}[24h]) mean: avg_over_time(token_deployment_cost_usd{chain="aptos"}[24h]) series: token_deployment_cost_usd{chain="aptos"} + sample_size: count_over_time(token_deployment_cost_usd{chain="aptos"}[7d]) - slug: osmosis name: Osmosis @@ -131,6 +134,7 @@ providers: p99: quantile_over_time(0.99, token_deployment_cost_usd{chain="osmosis"}[24h]) mean: avg_over_time(token_deployment_cost_usd{chain="osmosis"}[24h]) series: token_deployment_cost_usd{chain="osmosis"} + sample_size: count_over_time(token_deployment_cost_usd{chain="osmosis"}[7d]) - slug: injective name: Injective @@ -143,6 +147,7 @@ providers: p99: quantile_over_time(0.99, token_deployment_cost_usd{chain="injective"}[24h]) mean: avg_over_time(token_deployment_cost_usd{chain="injective"}[24h]) series: token_deployment_cost_usd{chain="injective"} + sample_size: count_over_time(token_deployment_cost_usd{chain="injective"}[7d]) - slug: cardano name: Cardano @@ -155,6 +160,7 @@ providers: p99: quantile_over_time(0.99, token_deployment_cost_usd{chain="cardano"}[24h]) mean: avg_over_time(token_deployment_cost_usd{chain="cardano"}[24h]) series: token_deployment_cost_usd{chain="cardano"} + sample_size: count_over_time(token_deployment_cost_usd{chain="cardano"}[7d]) - slug: stellar name: Stellar @@ -167,3 +173,4 @@ providers: p99: quantile_over_time(0.99, token_deployment_cost_usd{chain="stellar"}[24h]) mean: avg_over_time(token_deployment_cost_usd{chain="stellar"}[24h]) series: token_deployment_cost_usd{chain="stellar"} + sample_size: count_over_time(token_deployment_cost_usd{chain="stellar"}[7d]) diff --git a/benchmarks/tokenized-stock-peg.yml b/benchmarks/tokenized-stock-peg.yml index 9fa21efc..dfb89752 100644 --- a/benchmarks/tokenized-stock-peg.yml +++ b/benchmarks/tokenized-stock-peg.yml @@ -98,6 +98,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="nvda", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="nvda", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="nvda"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="nvda", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="nvda", market_state="regular"} - slug: aapl name: AAPL @@ -109,6 +110,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="aapl", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="aapl", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="aapl"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="aapl", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="aapl", market_state="regular"} - slug: googl name: GOOGL @@ -120,6 +122,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="googl", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="googl", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="googl"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="googl", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="googl", market_state="regular"} - slug: tsla name: TSLA @@ -131,6 +134,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="tsla", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="tsla", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="tsla"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="tsla", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="tsla", market_state="regular"} - slug: pltr name: PLTR @@ -142,6 +146,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="pltr", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="pltr", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="pltr"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="pltr", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="pltr", market_state="regular"} - slug: meta name: META @@ -153,6 +158,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="meta", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="meta", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="meta"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="meta", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="meta", market_state="regular"} - slug: amd name: AMD @@ -164,6 +170,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="amd", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="amd", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="amd"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="amd", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="amd", market_state="regular"} - slug: msft name: MSFT @@ -175,6 +182,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="msft", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="msft", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="msft"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="msft", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="msft", market_state="regular"} - slug: amzn name: AMZN @@ -186,6 +194,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="amzn", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="amzn", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="amzn"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="amzn", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="amzn", market_state="regular"} - slug: spy name: SPY @@ -197,6 +206,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="spy", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="spy", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="spy"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="spy", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="spy", market_state="regular"} - slug: mu name: MU @@ -208,4 +218,5 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="robinhood", asset="mu", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="robinhood", asset="mu", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="mu"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="robinhood", asset="mu", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="robinhood", asset="mu", market_state="regular"} diff --git a/benchmarks/usdy-nav-basis.yml b/benchmarks/usdy-nav-basis.yml index 9b756be2..581ceb1d 100644 --- a/benchmarks/usdy-nav-basis.yml +++ b/benchmarks/usdy-nav-basis.yml @@ -76,6 +76,7 @@ providers: p99: quantile_over_time(0.99, abs(usdy_basis_bps{venue="orca-solana"})[24h:]) mean: avg_over_time(abs(usdy_basis_bps{venue="orca-solana"})[24h:]) success: avg_over_time(usdy_health{venue="orca-solana"}[24h]) + sample_size: count_over_time(usdy_basis_bps{venue="orca-solana"}[7d]) series: usdy_basis_bps{venue="orca-solana"} - slug: pyth-market name: Pyth market composite @@ -87,4 +88,5 @@ providers: p99: quantile_over_time(0.99, abs(usdy_basis_bps{venue="pyth-market"})[24h:]) mean: avg_over_time(abs(usdy_basis_bps{venue="pyth-market"})[24h:]) success: avg_over_time(usdy_health{venue="pyth-market"}[24h]) + sample_size: count_over_time(usdy_basis_bps{venue="pyth-market"}[7d]) series: usdy_basis_bps{venue="pyth-market"} diff --git a/benchmarks/xstocks-peg.yml b/benchmarks/xstocks-peg.yml index 9f7d8d8e..7215b6f8 100644 --- a/benchmarks/xstocks-peg.yml +++ b/benchmarks/xstocks-peg.yml @@ -83,6 +83,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="tsla", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="tsla", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="tsla"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="tsla", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="tsla", market_state="regular"} - slug: nvda name: NVDAx @@ -94,6 +95,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="nvda", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="nvda", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="nvda"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="nvda", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="nvda", market_state="regular"} - slug: aapl name: AAPLx @@ -105,6 +107,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="aapl", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="aapl", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="aapl"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="aapl", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="aapl", market_state="regular"} - slug: msft name: MSFTx @@ -116,6 +119,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="msft", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="msft", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="msft"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="msft", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="msft", market_state="regular"} - slug: amzn name: AMZNx @@ -127,6 +131,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="amzn", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="amzn", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="amzn"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="amzn", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="amzn", market_state="regular"} - slug: googl name: GOOGLx @@ -138,6 +143,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="googl", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="googl", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="googl"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="googl", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="googl", market_state="regular"} - slug: meta name: METAx @@ -149,6 +155,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="meta", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="meta", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="meta"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="meta", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="meta", market_state="regular"} - slug: hood name: HOODx @@ -160,6 +167,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="hood", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="hood", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="hood"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="hood", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="hood", market_state="regular"} - slug: spy name: SPYx @@ -171,6 +179,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="spy", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="spy", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="spy"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="spy", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="spy", market_state="regular"} - slug: qqq name: QQQx @@ -182,6 +191,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="qqq", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="qqq", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="qqq"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="qqq", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="qqq", market_state="regular"} - slug: coin name: COINx @@ -193,6 +203,7 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="coin", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="coin", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="coin"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="coin", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="coin", market_state="regular"} - slug: pltr name: PLTRx @@ -204,4 +215,5 @@ providers: p99: quantile_over_time(0.99, tsp_deviation_bps{issuer="xstocks", asset="pltr", market_state="regular"}[24h]) mean: avg_over_time(tsp_deviation_bps{issuer="xstocks", asset="pltr", market_state="regular"}[24h]) success: avg_over_time(tsp_health{asset="pltr"}[24h]) + sample_size: count_over_time(tsp_deviation_bps{issuer="xstocks", asset="pltr", market_state="regular"}[7d]) series: tsp_deviation_bps{issuer="xstocks", asset="pltr", market_state="regular"}