Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ How it works:
- additional updates arriving within the interval do not trigger aggregation again
- after the interval ends, aggregation run again using the latest available data

> Minimum time between telemetry aggregations: 60 seconds.
> Minimum time between telemetry aggregations: 10 seconds.

This prevents excessive reprocessing and reduces system load in high-frequency environments.

Expand Down Expand Up @@ -254,7 +254,7 @@ The field will:
title: Second metric settings:<br>- **Metric name:** maxTemperature<br>- **Aggregation:** Maximum<br>- **Value source:** key<br>- **Argument name:** temperature.
===
/images/user-guide/calculated-fields/related-entities/related-entities-cf-example-1-11-ce.png
title: Deduplication interval: 60 seconds.<br>The output value will be stored as a telemetry. Click **Add** to save the calculation field.
title: Deduplication interval: 10 seconds.<br>The output value will be stored as a telemetry. Click **Add** to save the calculation field.
'
%}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Each metric produces **one output telemetry key (Metric name)** by applying one

Click the **Add metric** button and fill in the required fields:
- **Metric name**: output telemetry key name (e.g., tempAvg, tempMax)
- **Aggregation**: Average / Min / Max / Sum / Count / Count unique
- **Aggregation**: Average / Min / Max / Sum / Count
- **Argument name**: the argument whose value is being aggregated.
- **Default value**: used if the interval contains no data

Expand All @@ -59,7 +59,7 @@ Click the **Add metric** button and fill in the required fields:
{% assign timeSeriesAggrMetric = '
===
image: /images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce.png
title: Click the **Add metric** button (1) and fill in the required fields:<br>- **Metric name** (2): output telemetry key name (e.g., tempAvg, tempMax)<br>- **Aggregation** (3): Average / Min / Max / Sum / Count / Count unique<br>- **Argument name** (4): the argument whose value is being aggregated.<br>- **Default value** (5): used if the interval contains no data<br>Then click **Add** (6).
title: Click the **Add metric** button (1) and fill in the required fields:<br>- **Metric name** (2): output telemetry key name (e.g., tempAvg, tempMax)<br>- **Aggregation** (3): Average / Min / Max / Sum / Count<br>- **Argument name** (4): the argument whose value is being aggregated.<br>- **Default value** (5): used if the interval contains no data<br>Then click **Add** (6).
'
%}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.