We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806b884 commit fa27cbaCopy full SHA for fa27cba
packages/metrics/src/constants.ts
@@ -31,6 +31,7 @@ const MetricUnit = {
31
GigabitsPerSecond: 'Gigabits/Second',
32
TerabitsPerSecond: 'Terabits/Second',
33
CountPerSecond: 'Count/Second',
34
+ NoUnit: 'None',
35
} as const;
36
37
const MetricResolution = {
0 commit comments