Skip to content

Commit 0466146

Browse files
committed
Couple mentions of requiring 4.4.1 and later
1 parent 6b4d21f commit 0466146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 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.
14+
Trigger.dev automatically collects process metrics (CPU, memory) and Node.js runtime metrics (event loop, heap) for all deployed tasks -- no configuration needed. Requires SDK version **4.4.1 or later**. 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

docs/logging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ All instruments accept optional attributes when recording values. Attributes let
145145

146146
### Automatic system and runtime metrics
147147

148-
Trigger.dev automatically collects the following metrics for deployed tasks. No configuration is needed.
148+
Trigger.dev automatically collects the following metrics for deployed tasks. No configuration is needed. Requires SDK version **4.4.1 or later**.
149149

150150
| Metric name | Type | Unit | Description |
151151
| :--- | :--- | :--- | :--- |

0 commit comments

Comments
 (0)