Skip to content

Commit 7ef90bb

Browse files
authored
Calculated fields. Correct inaccuracies in the documentation (#2566)
* Calculated fields Correct inaccuracies in the documentation * Removed Count unique * Removed Count unique
1 parent 618f6ac commit 7ef90bb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

_includes/docs/user-guide/calculated-fields/related-entities-aggregation-calculated-field.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ How it works:
109109
- additional updates arriving within the interval do not trigger aggregation again
110110
- after the interval ends, aggregation run again using the latest available data
111111

112-
> Minimum time between telemetry aggregations: 60 seconds.
112+
> Minimum time between telemetry aggregations: 10 seconds.
113113
114114
This prevents excessive reprocessing and reduces system load in high-frequency environments.
115115

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

_includes/docs/user-guide/calculated-fields/time-series-data-aggregation-calculated-field.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Each metric produces **one output telemetry key (Metric name)** by applying one
5050

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

@@ -59,7 +59,7 @@ Click the **Add metric** button and fill in the required fields:
5959
{% assign timeSeriesAggrMetric = '
6060
===
6161
image: /images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce.png
62-
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).
62+
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).
6363
'
6464
%}
6565

-33 Bytes
Loading
-1.42 KB
Loading

0 commit comments

Comments
 (0)