Skip to content

Insights/global capture groups proto

Warren Gifford requested to merge insights/global-capture-groups-proto into main

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).

Merge request reports

Loading