prometheus/docs
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
..
configuration Merge pull request #8373 from hs0210/work 2021-01-18 08:24:05 +01:00
images Add 2.0 storage docs (#3423) 2017-11-07 22:00:38 +01:00
querying '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
disabled_features.md '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
federation.md Fix typo (#5796) 2019-07-24 10:41:14 +01:00
getting_started.md Various doc tweaks (#8111) 2020-10-27 09:50:37 +00:00
index.md Update prometheus.io's URL to the latest version (#5270) 2019-02-27 10:39:50 +00:00
installation.md docs: minor corrections to the docker documentation (#6869) 2020-08-31 15:44:08 +01:00
management_api.md Various doc tweaks (#8111) 2020-10-27 09:50:37 +00:00
migration.md Various doc tweaks (#8111) 2020-10-27 09:50:37 +00:00
stability.md Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
storage.md Add docs for backfill (#8230) 2020-12-10 16:29:44 +01:00