Insights/global capture groups proto
Created by: coury-clark
Closes #27230 (closed)
Prototyping a simple storage mechanism for capture groups that are persisted, by adding a new column to series_points
called capture
, and redefining uniqueness from (repo_id, time)
to (repo_id, time, capture)
.