Ganesh Vernekar
|
9199fcb8d1
|
'@ <timestamp>' modifier (#8121)
This commit adds `@ <timestamp>` modifier as per this design doc: https://docs.google.com/document/d/1uSbD3T2beM-iX4-Hp7V074bzBRiRNlqUdcWP6JTDQSs/edit.
An example query:
```
rate(process_cpu_seconds_total[1m])
and
topk(7, rate(process_cpu_seconds_total[1h] @ 1234))
```
which ranks based on last 1h rate and w.r.t. unix timestamp 1234 but actually plots the 1m rate.
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
|
2021-01-20 16:27:39 +05:30 |
|
Julien Pivotto
|
4e5b1722b3
|
Move away from testutil, refactor imports (#8087)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
|
2020-10-22 11:00:08 +02:00 |
|
Ben Kochie
|
269e7c8091
|
Fix golint issues.
Signed-off-by: Ben Kochie <superq@gmail.com>
|
2020-03-23 20:38:43 +01:00 |
|
Tobias Guggenmos
|
1360f9ff12
|
Fix all build errors in promql package
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
|
2020-02-17 16:09:23 +01:00 |
|
Tobias Guggenmos
|
65f5b9827d
|
Rename package
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
|
2020-02-17 16:05:21 +01:00 |
|
Tobias Guggenmos
|
e7c2716f55
|
Move files
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
|
2020-02-17 16:05:21 +01:00 |
|