We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d639b6 commit 4bc904fCopy full SHA for 4bc904f
1 file changed
src/public/viz-guardrails/Selector.tsx
@@ -49,6 +49,7 @@ export function Selector({
49
{ value: 'percentiles', label: 'Percentiles of All Lines At Each Timestamp' },
50
{ value: 'percentileClosest', label: 'Actual Percentiles Closest' },
51
{ value: 'cluster', label: 'Cluster Rep' },
52
+ { value: 'metadata', label: 'Metadata/Expert sampling' },
53
{ value: 'all', label: 'All' },
54
]}
55
/>
0 commit comments