influxdata / influxdata/docs-v2
Raw data view should mention that we may summarize the data
@kelseiv is already working on this.
Since Dec 10, 2021.
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
Ref: https://github.com/influxdata/EAR/issues/2834
When displaying the result of the data in a flux query, we may filter out some of the data for performance reasons. Probably worth mentioning this, as it can seem as if the results are unpredictable. The intent of that view is to show you the shape of the data, not all the data returned (for high volume responses).
Specifically, we limit you to a maximum of 100 results per series. Behind the scenes, the code adds |> limit(n: 100) to every query, so that we don't overwhelm the browser.
If you want to see all the data, there is an option to download to CSV that doesn't limit the query response.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.