Querying basics | Prometheus
prometheus.io › docs › prometheusIn Prometheus's expression language, an expression or sub-expression can evaluate to one of four types: Instant vector - a set of time series containing a single sample for each time series, all sharing the same timestamp Range vector - a set of time series containing a range of data points over time for each time series
Charting Range Vectors in Prometheus - Satyajeet …
09.06.2021 · The above table shows how vector and matrix result types can represent different things, depending on the endpoint and the type of the input PromQL expression. These formats are a bit general in nature and will appear …
Blog - Selecting Data in PromQL - PromLabs
promlabs.com › blog › 2020/07/02Jul 02, 2020 · Today, let's look a bit closer at the two ways of selecting data in PromQL: instant vector selectors and range vector selectors. We will examine their use cases, the reasoning behind them, and some implementation details you should be aware of. Selecting data from Prometheus's TSDB forms the basis of almost any useful PromQL query before ...