Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Won Jun Jang <wjang@uber.com>
  • Loading branch information
black-adder committed Apr 12, 2018
1 parent e48c4c7 commit ee7ec9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/_flow/jaeger-thrift.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ declare type LogData = {
declare type Process = {
serviceName: string,
tags: Array<Tag>,
// N.B. uuid uniquely identifies this instance of the client. It is only used by the client and is not
// propagated as part of the real jaeger thrift process.
// N.B. uuid uniquely identifies this instance of the client. This variable is not defined
// in the jaeger thrift process; it is only used inside this code base to facilitate passing
// the uuid around to different objects. The uuid will be propagated via process tags, not
// as a first class citizen of thrift process.
uuid?: string,
};

Expand Down

0 comments on commit ee7ec9d

Please sign in to comment.