From 8a5a539efc5cf03d7b437b791b8c09a64b57e56d Mon Sep 17 00:00:00 2001 From: Brendan Hy Date: Tue, 14 Apr 2026 10:45:28 -0700 Subject: [PATCH] feat(billing): Add checkout tooltip for metrics --- static/gsApp/constants.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/gsApp/constants.tsx b/static/gsApp/constants.tsx index 00998ca509ab9a..7b2ffe859bfb75 100644 --- a/static/gsApp/constants.tsx +++ b/static/gsApp/constants.tsx @@ -202,6 +202,9 @@ export const BILLED_DATA_CATEGORY_INFO = { freeEventsMultiple: 1, feature: 'expose-category-trace-metric-byte', shortenedUnitName: 'GB', + checkoutTooltip: t( + 'Application Metrics capture key signals from your application using counters, gauges, and distributions.' + ), }, [DataCategoryExact.SEER_USER]: { ...DEFAULT_BILLED_DATA_CATEGORY_INFO[DataCategoryExact.SEER_USER],