Is it possible to plot the points on my graph so that the x-axis values represent a field value (an incremental identifier) instead of the timestamp for each point?
I am trying to graph the duration of events which occur on a non-uniform frequency, but I’d like the graph to show the points with a uniform distribution along the x-axis (as opposed to being spread out by the time between each event)
Unfortunately the value I’d want to group by is a field (since its a UUID/guid, and I don’t want high series cardinality) and it seems that its only possible to group by tags.