Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Add optional traceparent attribute for distributed tracing (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftindall committed Feb 6, 2024
1 parent 6bc01b7 commit 5e6c78b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uprotocol/uattributes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ message UAttributes {

// Authorization token used for TAP per https://github.com/eclipse-uprotocol/uprotocol-spec/blob/main/basics/permissions.adoc[Permissions]
optional string token = 9;

// Optional identifier used to correlate observability across related events
optional string traceparent = 10;
}


Expand Down

0 comments on commit 5e6c78b

Please sign in to comment.