From 37c7668181e776b41cb157c487f66a49aa5b9245 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 18 May 2026 18:30:10 +0000 Subject: [PATCH] monitoring(wealth): pin META RSU panel to 6y window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dashboard default time range is now-180d, but the META vesting + sell arc spans 2020-11 → 2026-02. With the default window the panel just showed a flat line at $64 (the empty post-sell residual). timeFrom='6y' override makes panel 27 always render the full vesting curve regardless of the dashboard-level time selector. --- stacks/monitoring/modules/monitoring/dashboards/wealth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stacks/monitoring/modules/monitoring/dashboards/wealth.json b/stacks/monitoring/modules/monitoring/dashboards/wealth.json index cf3d9f1b..0996ab1d 100644 --- a/stacks/monitoring/modules/monitoring/dashboards/wealth.json +++ b/stacks/monitoring/modules/monitoring/dashboards/wealth.json @@ -2224,7 +2224,8 @@ "format": "time_series", "rawSql": "SELECT valuation_date::timestamp AS \"time\", total_value AS rsu_value FROM daily_account_valuation WHERE account_id = '72d34e09-c1a6-41aa-99ea-abe3305ecc4a' AND $__timeFilter(valuation_date) ORDER BY valuation_date" } - ] + ], + "timeFrom": "6y" } ], "refresh": "5m",