File tree Expand file tree Collapse file tree
experimental/packages/otlp-transformer/src/logs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ export type {
1313 IExportLogsPartialSuccess ,
1414} from './export-response' ;
1515
16+ /**
17+ * @experimental this helper may receive breaking changes in minor versions, pin this package's version when using this constant
18+ */
1619export const LogsExporterMetricsHelper : IExporterMetricsHelper <
1720 ReadableLogRecord [ ]
1821> = {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import type { IExportLogsServiceResponse } from '../export-response';
99import { JSON_ENCODER } from '../../common/utils' ;
1010import { diag } from '@opentelemetry/api' ;
1111
12- /*
12+ /**
1313 * @experimental this serializer may receive breaking changes in minor versions, pin this package's version when using this constant
1414 */
1515export const JsonLogsSerializer : ISerializer <
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import type { ISerializer } from '../../i-serializer';
99import { serializeLogsExportRequest } from './logs-serializer' ;
1010import { deserializeExportLogsServiceResponse } from './response-deserializer' ;
1111
12- /*
12+ /**
1313 * @experimental this serializer may receive breaking changes in minor versions, pin this package's version when using this constant
1414 */
1515export const ProtobufLogsSerializer : ISerializer <
You can’t perform that action at this time.
0 commit comments