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 fe8f2d6 commit ce106a9Copy full SHA for ce106a9
packages/types/src/metrics.ts
@@ -4,7 +4,7 @@ import type { MeasurementUnit } from './measurement';
4
export interface BaseMetric {
5
name: string;
6
timestamp: number;
7
- unit: MeasurementUnit;
+ unit?: MeasurementUnit;
8
tags?: { [key: string]: Primitive };
9
}
10
0 commit comments