You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query/ExamplesContent.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ LIMIT 100`,
81
81
description: "Track process CPU utilization bucketed over time.",
82
82
query: `SELECT
83
83
timeBucket(),
84
-
avg(value) AS avg_cpu
84
+
avg(metric_value) AS avg_cpu
85
85
FROM metrics
86
86
WHERE metric_name = 'process.cpu.utilization'
87
87
GROUP BY timeBucket
@@ -95,7 +95,7 @@ LIMIT 1000`,
95
95
description: "Average memory usage per task identifier over the last 7 days.",
0 commit comments