1 | import type { MeasurementUnit, Span } from '@sentry/types';
|
2 | import type { MetricSummary } from '@sentry/types';
|
3 | import type { Primitive } from '@sentry/types';
|
4 | import type { MetricType } from './types';
|
5 |
|
6 |
|
7 |
|
8 | export declare function getMetricSummaryJsonForSpan(span: Span): Record<string, Array<MetricSummary>> | undefined;
|
9 |
|
10 |
|
11 |
|
12 | export declare function updateMetricSummaryOnSpan(span: Span, metricType: MetricType, sanitizedName: string, value: number, unit: MeasurementUnit, tags: Record<string, Primitive>, bucketKey: string): void;
|
13 |
|
\ | No newline at end of file |