Skip to content

Commit

Permalink
Update streams.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin authored Dec 3, 2024
1 parent ffc38f1 commit 5ddfa62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/pages/streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Identifies the status with module name, and status code id, e.g. `tlc/2`.
### Attributes
The set of attributes to include in status updates. For each attribute:
- Type: Live (Send on Change), Lazy (send when other attributes change)
- Aggregation: off, count, average, median, max, min. Requires update rate.
- Aggregation: off, count, average, median, max, min. Aggration is done according to the key interval.

### Key Interval
Interval to send full updates, which are retained on the broker.
Expand All @@ -85,9 +85,6 @@ If set to a number, it indicating the number of delta updates between key update
Update are send according to keyframe and delta intervals, not immediatelely
when attributes change.

### Aggregation
Aggregation period, either off or e.g. minute, hour or day.

### Default State
A stream configured as off by default must be started before it publishes data to the broker.
A stream configured as on by default starts publishing to the broker immediately after the node starts up.
Expand Down

0 comments on commit 5ddfa62

Please sign in to comment.