monitoring(wealth): pin META RSU panel to 6y window

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.
This commit is contained in:
Viktor Barzin 2026-05-18 18:30:10 +00:00
parent 9a06a76883
commit 37c7668181

View file

@ -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",