Skip to content

Commit 6b4d21f

Browse files
committed
Remove the line about system metrics
1 parent 7e15372 commit 6b4d21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/insights/metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Metrics dashboards are powered by [TRQL queries](/insights/query) with widgets t
1111

1212
### Available metrics data
1313

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.
1515

1616
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.
1717

0 commit comments

Comments
 (0)