Open
Description
Describe the bug
state_agg Aggregate function description refers to itself instead of compact_state_agg
What do the docs say now?
Aggregate state data into a state aggregate to track state transitions. Unlike state_agg, which only stores durations, state_agg also stores the timestamps of state transitions.
What should the docs say?
Aggregate state data into a state aggregate to track state transitions. Unlike compact_state_agg, which only stores durations, state_agg also stores the timestamps of state transitions.
Page affected
https://docs.timescale.com/api/latest/hyperfunctions/state-tracking/state_agg#state_agg
Subject matter expert (SME)
[If known, who is a good person to ask about this topic]
Screenshots
[Attach images of screenshots showing the bug]
Any further info
[Anything else you want to add, or further links]
Contributing to documentation
We welcome documentation contributions!
- For information about how to propose a change, see the contributing guide in our GitHub repository.
- For information on style and word usage, see the style guide