diff --git a/apps/web/src/components/marketing/stats.tsx b/apps/web/src/components/marketing/stats.tsx index eddca4bf25..894525ef3e 100644 --- a/apps/web/src/components/marketing/stats.tsx +++ b/apps/web/src/components/marketing/stats.tsx @@ -6,8 +6,8 @@ import { OSTinybird } from "@openstatus/tinybird"; const tb = new OSTinybird(env.TINY_BIRD_API_KEY); export async function Stats() { - const tbLastHourStats = await tb.homeStats({ period: "1h" }); - const tbWeeklyStats = await tb.homeStats({ period: "1w" }); + // const tbLastHourStats = await tb.homeStats({ period: "1h" }); + // const tbWeeklyStats = await tb.homeStats({ period: "1w" }); // const totalActiveMonitors = await api.monitor.getTotalActiveMonitors.query(); return ( @@ -15,13 +15,15 @@ export async function Stats() {
Weekly pings
Pings in the last hour