There's something I still dont understand about instant vector and range vectors
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
And I can only graph an instant vector.
I get instant vector when I write in the expression: my_metric_name and I see the value of the metric with no timestamp. How then can it be graphed? if it has only one value now.
Range vector seems more logical as it has values per timestamp (writing my_metric_name[5m])
Can u explain to me then what I dont understand here about how these 2 vectors look/work?
Thank you!