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: docs/insights/metrics.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Metrics dashboards are powered by [TRQL queries](/insights/query) with widgets t
11
11
12
12
### Available metrics data
13
13
14
-
Trigger.dev automatically collects system metrics (CPU, memory, disk, network) and Node.js runtime metrics (event loop, heap) for all deployed tasks -- no configuration needed. You can also create custom metrics using the `otel.metrics` API from the SDK.
14
+
Trigger.dev automatically collects process metrics (CPU, memory) and Node.js runtime metrics (event loop, heap) for all deployed tasks -- no configuration needed. You can also create custom metrics using the `otel.metrics` API from the SDK.
15
15
16
16
All of this data is available in the `metrics` table for use in dashboard widgets. See [Logging, tracing & metrics](/logging#metrics) for the full list of automatic metrics and how to create custom ones, or the [Query page](/insights/query#metrics-table-columns) for the `metrics` table schema.
0 commit comments