fix: Change None aggregation to Custom (#1633)

Justification: "None" is confusing to customers. Custom reflects the ability for users to use their own aggregation in the where clause.
This commit is contained in:
Tom Alexander 2026-02-02 12:41:42 -05:00 committed by GitHub
parent c2a6193393
commit ea56d11f8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/app": patch
---
chore: Change "None" aggregation label to "Custom" in charts.

View file

@ -74,7 +74,7 @@ export const AGG_FNS = [
isAttributable: false,
},
{ value: 'any' as const, label: 'Any' },
{ value: 'none' as const, label: 'None' },
{ value: 'none' as const, label: 'Custom' },
];
export const getMetricAggFns = (