Skip to content

Commit

Permalink
feat(otlp-transformer): add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jun 21, 2023
1 parent e3a6baf commit f90ebd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions experimental/packages/otlp-transformer/src/logs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface IExportLogsServiceRequest {
}

export interface IExportLogsServiceResponse {
/** ExportLogsServiceResponse partialSuccess */
partialSuccess?: IExportLogsPartialSuccess;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface IExportMetricsServiceRequest {
}

export interface IExportMetricsServiceResponse {
/** ExportMetricsServiceResponse partialSuccess */
partialSuccess?: IExportMetricsPartialSuccess;
}

Expand Down
1 change: 1 addition & 0 deletions experimental/packages/otlp-transformer/src/trace/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface IExportTraceServiceRequest {
}

export interface IExportTraceServiceResponse {
/** ExportTraceServiceResponse partialSuccess */
partialSuccess?: IExportTracePartialSuccess;
}

Expand Down

0 comments on commit f90ebd3

Please sign in to comment.