@opentelemetry/otlp-transformer
Version:
Transform OpenTelemetry SDK data into OTLP
11 lines • 404 B
TypeScript
export interface IExportLogsServiceResponse {
/** ExportLogsServiceResponse partialSuccess */
partialSuccess?: IExportLogsPartialSuccess;
}
export interface IExportLogsPartialSuccess {
/** ExportLogsPartialSuccess rejectedLogRecords */
rejectedLogRecords?: number;
/** ExportLogsPartialSuccess errorMessage */
errorMessage?: string;
}
//# sourceMappingURL=export-response.d.ts.map