From 030b2b484da3c47ad0f0e51a9bd8712900767237 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 5 Sep 2019 15:53:56 -0600 Subject: [PATCH] added description on monitor.stateChanges function --- content/v2.0/reference/flux/functions/monitor/statechanges.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/functions/monitor/statechanges.md b/content/v2.0/reference/flux/functions/monitor/statechanges.md index 2769c5b3a..1274829a7 100644 --- a/content/v2.0/reference/flux/functions/monitor/statechanges.md +++ b/content/v2.0/reference/flux/functions/monitor/statechanges.md @@ -1,7 +1,8 @@ --- title: monitor.stateChanges() function description: > - The `monitor.stateChanges()` function ... + The `monitor.stateChanges()` function detects state changes in a stream of data and + outputs only records that change from `fromLevel` to `toLevel`. menu: v2_0_ref: name: monitor.stateChanges