Skip to content

Commit

Permalink
fixup! feat: EI-2320 - Introduce otel context headers field
Browse files Browse the repository at this point in the history
  • Loading branch information
vtermanis committed Sep 13, 2023
1 parent d2ff245 commit a8942e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/iotics/api/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ message RequestInfo {
// Start timestamp of the request, from the perspective of the host (server). Values supplied by the client will be
// ignored
google.protobuf.Timestamp startTime = 1;
// OpenTelemetry headers for tracing support (W3C Trace Context / Baggage). If no valid context is provided by the
// client, the host (server) will initialise one.
map <string, string> otelCtx = 2;
// Headers for tracing support (W3C Trace Context / Baggage). If no valid context is provided by the client, the host
// (server) will initialise one.
map <string, string> traceCtx = 2;
}

// Headers describes the common headers applicable to all the API requests
Expand Down

0 comments on commit a8942e0

Please sign in to comment.