Align steps to time filter boundaries
See original GitHub issueCurrently the following can happen:
$timeSeries
resolves to(intDiv(toUInt32(datetime), 300) * 300) * 1000
$timeFilter
resolves todate >= toDate(1535652207) AND datetime >= toDateTime(1535652207)
As a result we get a graph like this:
There’s a dip on the left, because the bucket is not aligned to 5m boundary of $timeSeries
.
I suggest we in fact align these two values to get a nicer view.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
How to Align Data for Efficient FIR Filtering [DSP #17] - YouTube
Pinterest: https://pl.pinterest.com/jawitrle/ TIME CODES 00:00 Introduction 01:11 What are load/store instructions ? 01:35 Data alignment in ...
Read more >Filtering and aggregation: manipulating time series
The first step in aggregating time-series data is alignment. Alignment creates a new time series in which the raw data has been regularized...
Read more >Alignment and filtering | Introduction to ChIP-Seq using high ...
Perform alignment of reads to the genome using Bowtie2; Examining a SAM file and understanding the information stored in it; Filtering aligned reads...
Read more >Arbitrary step alignment in Prometheus - sigmoid.at
The problem with step alignment in Prometheus. Prometheus has a fixed alignment for all queries that cannot be changed by the user.
Read more >Data Alignment in FIR Filter SIMD Implementation - WolfSound
Learn how to align data in an FIR filter implementation with SIMD instructions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @bobrik
There is an option for rounding timestamps in query editor:
Or you suggest to apply it automatically according to
step
andresolution
params?Great! Pls see https://github.com/Vertamedia/clickhouse-grafana/releases/tag/1.7.0