UNPKG

@opentelemetry/otlp-transformer

Version:
5 lines 337 B
import type { ISerializer } from '../../i-serializer'; import type { ResourceMetrics } from '@opentelemetry/sdk-metrics'; import type { IExportMetricsServiceResponse } from '../export-response'; export declare const JsonMetricsSerializer: ISerializer<ResourceMetrics, IExportMetricsServiceResponse>; //# sourceMappingURL=metrics.d.ts.map